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 Victor.Lin
Recipients Victor.Lin, eric.araujo, giampaolo.rodola, ipatrol, jafo, lemburg, loewis, mark.dickinson, schmir, skrah, srid, tarek, thorsten.behrens, zzzeek
Date 2012-03-28.06:54:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332917645.96.0.997423034133.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
My environment is Windows 7 64bits with VC++ 2008 Express and Python2.7.2.

I encountered same problem, I have tried all solution posted here, but non of them work.

Eventually, I add "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin" to my PATH and it works.

It appears that the command 

    "vcvarsall.bat" x86 & set

outputs different values depending on whether "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin" in PATH.
History
Date User Action Args
2012-03-28 06:54:06Victor.Linsetrecipients: + Victor.Lin, lemburg, loewis, jafo, mark.dickinson, giampaolo.rodola, schmir, tarek, eric.araujo, zzzeek, srid, skrah, ipatrol, thorsten.behrens
2012-03-28 06:54:05Victor.Linsetmessageid: <1332917645.96.0.997423034133.issue7511@psf.upfronthosting.co.za>
2012-03-28 06:54:05Victor.Linlinkissue7511 messages
2012-03-28 06:54:05Victor.Lincreate