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 dj_law, r.david.murray
Date 2012-12-18.12:30:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355833821.34.0.408407986003.issue16708@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-18 12:30:21r.david.murraysetrecipients: + r.david.murray, dj_law
2012-12-18 12:30:21r.david.murraysetmessageid: <1355833821.34.0.408407986003.issue16708@psf.upfronthosting.co.za>
2012-12-18 12:30:21r.david.murraylinkissue16708 messages
2012-12-18 12:30:20r.david.murraycreate