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 r.david.murray
Recipients koustavpal88, methane, r.david.murray
Date 2016-12-19.13:01:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482152500.46.0.212568187751.issue25617@psf.upfronthosting.co.za>
In-reply-to
Content
If you build and install a "local python", you will be installing the library locally as well, and python will not look to the lib dir of the system installed python.  So yes, please explain your problem with more specifics.

In any case the problem of python trying to run with the wrong version of a .pyc file is solved in python3, since each version of python writes separately-named pyc files.
History
Date User Action Args
2016-12-19 13:01:40r.david.murraysetrecipients: + r.david.murray, methane, koustavpal88
2016-12-19 13:01:40r.david.murraysetmessageid: <1482152500.46.0.212568187751.issue25617@psf.upfronthosting.co.za>
2016-12-19 13:01:40r.david.murraylinkissue25617 messages
2016-12-19 13:01:40r.david.murraycreate