This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author peter@psantoro.net
Recipients peter@psantoro.net
Date 2013-06-15.14:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371306434.01.0.246562250059.issue18224@psf.upfronthosting.co.za>
In-reply-to
Content
I've recently hit an issue with pyvenv in Python 3.3.2 that is causing AttributeErrors in other packages on Windows (see https://groups.google.com/forum/?fromgroups#!topic/pylons-discuss/FpOSMDpdvy4).  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 something like pydocs.py to prevent AttributeErrors.
History
Date User Action Args
2013-06-15 14:27:14peter@psantoro.netsetrecipients: + peter@psantoro.net
2013-06-15 14:27:14peter@psantoro.netsetmessageid: <1371306434.01.0.246562250059.issue18224@psf.upfronthosting.co.za>
2013-06-15 14:27:13peter@psantoro.netlinkissue18224 messages
2013-06-15 14:27:13peter@psantoro.netcreate