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 vinay.sajip
Recipients carljm, msmhrt, vinay.sajip
Date 2012-10-04.15:07:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349363239.09.0.772693749939.issue16116@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-04 15:07:19vinay.sajipsetrecipients: + vinay.sajip, carljm, msmhrt
2012-10-04 15:07:19vinay.sajipsetmessageid: <1349363239.09.0.772693749939.issue16116@psf.upfronthosting.co.za>
2012-10-04 15:07:19vinay.sajiplinkissue16116 messages
2012-10-04 15:07:18vinay.sajipcreate