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 skrah
Recipients loewis, skrah, srid, tarek
Date 2009-12-16.11:57:02
SpamBayes Score 0.0004224186
Marked as misclassified No
Message-id <1260964625.98.0.628064150141.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
I think we have two issues here:

First, the default install of VS Express does not support 64-bit tools,
so distutils cannot work with a 64-bit Python install. I verified that
it _does_ work with a 32-bit Python install.


Second, it is possible to install 64-bit tools from the SDK
(See:http://www.mathworks.com/support/solutions/en/data/1-6IJJ3L/index.html?solution=1-6IJJ3L),
but then some paths are broken in the vcvarsall.bat script:

The script is looking for bin\amd64\vcvarsamd64.bat, the actual path is
bin\vcvarsamd64.bat. The attached diff solves the problem for me, but
someone should verify that the paths are indeed broken when doing the
SDK install as described above.
History
Date User Action Args
2009-12-16 11:57:06skrahsetrecipients: + skrah, loewis, tarek, srid
2009-12-16 11:57:05skrahsetmessageid: <1260964625.98.0.628064150141.issue7511@psf.upfronthosting.co.za>
2009-12-16 11:57:04skrahlinkissue7511 messages
2009-12-16 11:57:03skrahcreate