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 David.Joy
Recipients DNS, David.Joy, amaury.forgeotdarc, lemburg, loewis, paxan
Date 2010-10-29.14:59:21
SpamBayes Score 7.265728e-05
Marked as misclassified No
Message-id <1288364363.38.0.986573316518.issue4431@psf.upfronthosting.co.za>
In-reply-to
Content
Hi All,

I just built mysql-python against CPython2.7 MSVC2008 Express Edition and Server 2003 R2.  All were freshly built on a clean Server 2003 install.  This exact issue occurred building with pip 0.8.1 on top of distribute 0.6.14:

C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe -nologo -manifest build\temp.win32-2.7\Release\_mysql.pyd.manifest -outputresource:build\lib.win32-2.7\_mysql.pyd;2

build\temp.win32-2.7\Release\_mysql.pyd.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.

error: command 'mt.exe' failed with exit status 31

----------------------------------------
Command C:\Python27\python.exe -c "import  setuptools;__file__='C:\\Documents and  Settings\\Administrator\\build\\mysql-python\\setup.py';execfile(__file__)" install --single-version-externally-managed --record c:\docume~1\admini~1\locals~1\temp\pip-qqb1ax-record\install-record.txt failed with error code 1
Storing complete log in C:\Documents and Settings\Administrator\Application Data\pip\pip.log

Pavel's patch fixes my build.  Does this patch break something else?  I can reproduce this on 2.7 and 2.6.6.
History
Date User Action Args
2010-10-29 14:59:23David.Joysetrecipients: + David.Joy, lemburg, loewis, amaury.forgeotdarc, DNS, paxan
2010-10-29 14:59:23David.Joysetmessageid: <1288364363.38.0.986573316518.issue4431@psf.upfronthosting.co.za>
2010-10-29 14:59:21David.Joylinkissue4431 messages
2010-10-29 14:59:21David.Joycreate