[issue7511] msvc9compiler.py: ValueError: [u'path']

Tarek Ziadé report at bugs.python.org
Tue Dec 15 12:28:31 CET 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

That's what distutils does : it runs vcvarsall.bat and pass as the
argument the architecture.

Can you run:

$ vcvarsall.bat arch

(replace arch by x86 or x64)

and paste me the result ?  (it looks like the 'path' variable misses
from this file.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7511>
_______________________________________


More information about the Python-bugs-list mailing list