Zachary Ware added the comment: 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.
---------- nosy: +zach.ware resolution: -> duplicate status: open -> pending superseder: -> Exception exceptions.AttributeError '_shutdown' in <module 'threading' _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26693> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com