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 sable
Recipients DNS, David.Joy, amaury.forgeotdarc, gcflymoto, lemburg, loewis, paxan, sable, santoso.wijaya
Date 2011-09-08.09:24:47
SpamBayes Score 0.0014627328
Marked as misclassified No
Message-id <1315473888.19.0.647001699716.issue4431@psf.upfronthosting.co.za>
In-reply-to
Content
I encountered the same problem while compiling the psutil package.

I used Python 3.2.2 that I compiled myself using Visual Studio 2010 SP1 in Debug mode by following the PCBuild/readme.txt documentation.

I could not compile psutil until I added in setup.py:
extra_link_args=['/MANIFEST']

I have not tried to compile any other C extension yet, but this is not mysql-python and I am not using setuptools either.
History
Date User Action Args
2011-09-08 09:24:48sablesetrecipients: + sable, lemburg, loewis, amaury.forgeotdarc, DNS, paxan, santoso.wijaya, David.Joy, gcflymoto
2011-09-08 09:24:48sablesetmessageid: <1315473888.19.0.647001699716.issue4431@psf.upfronthosting.co.za>
2011-09-08 09:24:47sablelinkissue4431 messages
2011-09-08 09:24:47sablecreate