Piotr Dobrogost <p...@python.dobrogost.net> added the comment:

@Lehmann

You have to have either Visual Studio 2008 or Visual C++ Express 2008 
installed. The folder where vcvarsall.bat file is being looked for is read from 
the registry. It's either 
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Setup\VC 
(for Visual Studio) or 
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VCExpress\9.0\Setup\VC (for 
Visual C++ Express).

----------
nosy: +piotr.dobrogost

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2698>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to