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 mayaa
Recipients mayaa
Date 2013-03-07.06:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362636330.03.0.925840293814.issue17371@psf.upfronthosting.co.za>
In-reply-to
Content
My python environment is Python3.3 in Windows 7 32-bit. I was installing Pandas package from source code, through Microsoft Visual C++ 2008 Express is installed in my computer, the installation process still failed and report a "Unable to find vcvarsall.bat" error.
I checked the problem reading the distutils.msvc9compiler.py module. Class method find_vcvarsall() and query_vcvarall() works well, but get_build_version() return the 10.0. There is no mistakes about this, for sys.version print (MSC v. 1600) vs. in latest Python 2.7 it's (MSC v. 1500) which means vc2008. All document I found pointed that Python Windows binary was built through VC 2008 (version 9.0), and there is only msvc9compiler.py module, no msvc10compiler.py module. 
I don't know whether this is a bug, or there is another compatible mechanics I don't know.
After all, I just want to build Pandas correctly.



In addition, I've installed Visual C++ 2010 Express to install Pandas successfully.
History
Date User Action Args
2013-03-07 06:05:30mayaasetrecipients: + mayaa
2013-03-07 06:05:30mayaasetmessageid: <1362636330.03.0.925840293814.issue17371@psf.upfronthosting.co.za>
2013-03-07 06:05:30mayaalinkissue17371 messages
2013-03-07 06:05:29mayaacreate