This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients benjamin.peterson, lemburg, ronaldoussoren
Date 2010-06-21.19:08:02
SpamBayes Score 0.11716621
Marked as misclassified No
Message-id <1277147284.08.0.0451570358191.issue9046@psf.upfronthosting.co.za>
In-reply-to
Content
Some debugging shows that the ext.sources list in setup.py does not include the "Modules/" prefix for the source files:

*** moddirlist=['/usr/local/src/egenix-build-environment/Python-2.7rc2-ucs2/Modules', '/usr/local/src/egenix-build-environment/Python-2.7rc2-ucs2/Mac/Modules']

but:

*** Extension _struct: ext.sources=['_struct.c']
*** Extension _ctypes_test: ext.sources=['_ctypes/_ctypes_test.c']
*** Extension _weakref: ext.sources=['_weakref.c']
*** Extension array: ext.sources=['arraymodule.c']
...
History
Date User Action Args
2010-06-21 19:08:04lemburgsetrecipients: + lemburg, ronaldoussoren, benjamin.peterson
2010-06-21 19:08:04lemburgsetmessageid: <1277147284.08.0.0451570358191.issue9046@psf.upfronthosting.co.za>
2010-06-21 19:08:02lemburglinkissue9046 messages
2010-06-21 19:08:02lemburgcreate