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 waldhol
Recipients BreamoreBoy, Matt.Hickford, cdavid, n, tarek, waldhol
Date 2014-01-02.12:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388664194.34.0.965757573733.issue2943@psf.upfronthosting.co.za>
In-reply-to
Content
On Python 3.3.3 it is even worse.
I am using Python 3.3.3 (32bit) on Windows 7 (64bit).
Visual Studio C++ 2008 Express Edition is properly installed.

Note: I use Python 32bit because Visual Studio C++ 2008 Express Edition includes only the 32bit compiler.

Using Google I did find the instructions on http://stackoverflow.com/q/2817869/284795
But they were of no help.

There are two problems that are not addressed.

Problem #1:
distutils/msvc9compiler.py decides to look for the 32bit registry key (because it is a 32bit Python) but it should look for the 64bit registry key (because it is a 64bit Windows).

Problem #2:
distutils/msvc9compiler.py decides to look for VERSION=10
I did some reverse engineering on the module to find this information.
Why is this not documented?

After setting VS100COMNTOOLS=%VS90COMNTOOLS% everything worked fine.
History
Date User Action Args
2014-01-02 12:03:14waldholsetrecipients: + waldhol, tarek, cdavid, BreamoreBoy, Matt.Hickford, n
2014-01-02 12:03:14waldholsetmessageid: <1388664194.34.0.965757573733.issue2943@psf.upfronthosting.co.za>
2014-01-02 12:03:14waldhollinkissue2943 messages
2014-01-02 12:03:13waldholcreate