Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Potential Python 3.3.2 pyvenv bug on Windows
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="peter, post: 5099710"] I've recently hit an issue with pyvenv that is causing AttributeErrors in other packages on Windows (see [URL]https://groups.google.com/forum/?fromgroups#!topic/pylons-discuss/FpOSMDpdvy4[/URL]). Here's what I believe is going on: On Windows, the pyvenv pydoc script has a .py extension - so import finds it instead of the system's pydoc module. On Linux, the pyvenv pydoc script doesn't have an extension - so import finds the system's pydoc module. I believe the Windows pyvenv pydoc.py script should be renamed to pydocs.py. Has anyone else hit this issue? Peter [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Potential Python 3.3.2 pyvenv bug on Windows
Top