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 santoso.wijaya
Recipients DNS, David.Joy, amaury.forgeotdarc, gcflymoto, lemburg, loewis, paxan, santoso.wijaya
Date 2011-04-04.20:25:04
SpamBayes Score 0.37144163
Marked as misclassified No
Message-id <1301948706.08.0.974576092865.issue4431@psf.upfronthosting.co.za>
In-reply-to
Content
Another workaround is by adding the linker argument to Extension() as extra_link_args:

    extra_link_args=['/MANIFEST']
History
Date User Action Args
2011-04-04 20:25:06santoso.wijayasetrecipients: + santoso.wijaya, lemburg, loewis, amaury.forgeotdarc, DNS, paxan, David.Joy, gcflymoto
2011-04-04 20:25:06santoso.wijayasetmessageid: <1301948706.08.0.974576092865.issue4431@psf.upfronthosting.co.za>
2011-04-04 20:25:04santoso.wijayalinkissue4431 messages
2011-04-04 20:25:04santoso.wijayacreate