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 zach.ware
Recipients skydoom, zach.ware
Date 2016-04-05.03:32:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459827164.95.0.722256985581.issue26693@psf.upfronthosting.co.za>
In-reply-to
Content
After your `import threading` line, try `print(threading.__file__)`.  The path should be something like `/usr/local/lib/python3.4/threading.py`; if it's not (particularly if the current directory is part of the path), you've found the source of your problem, and you should move/rename the extra threading.py, as suggested by Brandon in msg144004.
History
Date User Action Args
2016-04-05 03:32:44zach.waresetrecipients: + zach.ware, skydoom
2016-04-05 03:32:44zach.waresetmessageid: <1459827164.95.0.722256985581.issue26693@psf.upfronthosting.co.za>
2016-04-05 03:32:44zach.warelinkissue26693 messages
2016-04-05 03:32:44zach.warecreate