[issue24289] can't start Python3 due to ImportError of copy_reg

2015-05-26 Thread Zachary Ware
Changes by Zachary Ware : -- components: -2to3 (2.x to 3.x conversion tool) ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue24289] can't start Python3 due to ImportError of copy_reg

2015-05-26 Thread R. David Murray
R. David Murray added the comment: copyreg.py is part of the standard library, but you obviously have a file shadowing it in your site-packages. If this is a result of the pip upgrade, you should report this to the pip tracker. -- nosy: +r.david.murray resolution: -> third party stag

[issue24289] can't start Python3 due to ImportError of copy_reg

2015-05-26 Thread Mike Basca
New submission from Mike Basca: Hello, I recently upgraded pip and pip3 and now I can't start python3. This is the Traceback I receive when I started python 3.4.3 (python2.7.10 is fine). localhost:PP4E Mike$ python3 Failed to import the site module Traceback (most recent call last): File "