R. David Murray added the comment:

You have a 'copy.py' module in your python path, as is evidenced by the 
filename in your traceback, which tarfile is importing instead of the real copy 
module, and your copy.py is therefore trying to use shutil before it is 
completely imported, thus the error.  So this is indeed a local problem on your 
machine.

python-list is a mailing list where there are a lot of python users, many of 
whom will be willing to help you sort this out if you need more help.  Go to 
mail.python.org for a list of lists and signup instructions.

----------
resolution: works for me -> invalid
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16708>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to