Message 143721 - Python tracker (original) (raw)
Message143721
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:48 | sable | set | recipients: + sable, lemburg, loewis, amaury.forgeotdarc, DNS, paxan, santoso.wijaya, David.Joy, gcflymoto |
2011-09-08 09:24:48 | sable | set | messageid: 1315473888.19.0.647001699716.issue4431@psf.upfronthosting.co.za |
2011-09-08 09:24:47 | sable | link | issue4431 messages |
2011-09-08 09:24:47 | sable | create |