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

mike bayer report at bugs.python.org
Mon Jun 6 23:04:40 CEST 2011


mike bayer <mike_mp at zzzcomputing.com> added the comment:

> I think it's fair to ask the user to setup the environment correctly
before running "python setup.py install"

We're supporting automatic fallback to non-C install for those environments that don't support it.   We're just looking for a predictable CCompilerError to be raised for conditions like this rather than a ValueError where we have to parse the string message.

----------

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


More information about the Python-bugs-list mailing list