[issue16116] Can not install C extension modules to inside a venv on Python 3.3.0 for Win32

Vinay Sajip report at bugs.python.org
Thu Oct 4 17:07:19 CEST 2012


Vinay Sajip added the comment:

A little more investigation suggests that the disparity is due to some code in virtualenv's version of distutils.__init__.py, which adds the
"\Libs" entry which allows the virtualenv version to work.

Adding Carl Meyer as nosy, as I'd like his advice on what the best approach to the fix would be.

----------
nosy: +carljm

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


More information about the Python-bugs-list mailing list