views:

278

answers:

1

During setup, I'm like missing vcvarsall.bat

running build running build_py running build_ext building '_zope_interface_coptimizations' extension error: Unable to find vcvarsall.bat

A: 

vcvarsall.bat is a batch file that comes with MSVC. Make sure that it is in your %PATH%.

Ignacio Vazquez-Abrams
@Ignacio, i've installed msvc and had C:\Program Files\Microsoft Visual Studio 10.0\VC added to my path but still the error unable to find vcvarsall.bat persists...
goh
Im sure i added the path correctly because i am able to call vcvarsall.bat...
goh
oh i got it, i needa use visual studio 2008 instead of 2010. thanks Ignacio
goh