[issue18224] pyvenv pydoc.py script causing AttributeErrors on Windows

Vinay Sajip report at bugs.python.org
Sun Jun 16 23:42:00 CEST 2013


Vinay Sajip added the comment:

The pyvenv pydoc script should be in the venv's Scripts folder, which is not (normally) on sys.path - the venv's Lib\site-packages is. Can you provide a small script which demonstrates the problem while confirming that the venv's Scripts folder has not been added to sys.path?

----------

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


More information about the Python-bugs-list mailing list