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 steven.daprano
Recipients Richard Penman, ned.deily, ronaldoussoren, steven.daprano
Date 2016-05-23.12:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464007781.9.0.128468362129.issue27090@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like your Python 3 is somehow using your Python 2 site directory. What does your PYTHONPATH contain?

Try running this:

python3 -E -S -c "import sys; print(sys.path)"

and see what it says.
History
Date User Action Args
2016-05-23 12:49:41steven.dapranosetrecipients: + steven.daprano, ronaldoussoren, ned.deily, Richard Penman
2016-05-23 12:49:41steven.dapranosetmessageid: <1464007781.9.0.128468362129.issue27090@psf.upfronthosting.co.za>
2016-05-23 12:49:41steven.dapranolinkissue27090 messages
2016-05-23 12:49:41steven.dapranocreate