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 abarry
Recipients Hans Lawrenz, abarry, martin.panter, serhiy.storchaka
Date 2015-11-24.19:38:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448393901.71.0.262767495394.issue25717@psf.upfronthosting.co.za>
In-reply-to
Content
Your file has a lot of shenanigans that are triggered if 'shutil' fails to be imported, adding an extra 139 lines at the top of the file, which is exactly how offset your traceback is compared to our lines. The rest of the file is virtually identical. This makes me wonder, however, why you have these differences (and that this might not be the only different file).

I would still like the output of sys.version, which, unlike 'python --version' contains the build date and time, among other things. Bonus points for the 'sys.implementation' output. It's unlikely to be of relevance, but I would rather explore every possibility.
History
Date User Action Args
2015-11-24 19:38:21abarrysetrecipients: + abarry, martin.panter, serhiy.storchaka, Hans Lawrenz
2015-11-24 19:38:21abarrysetmessageid: <1448393901.71.0.262767495394.issue25717@psf.upfronthosting.co.za>
2015-11-24 19:38:21abarrylinkissue25717 messages
2015-11-24 19:38:21abarrycreate