Python Forum
Cannot use "threading" module on python3 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Cannot use "threading" module on python3 (/thread-29232.html)



Cannot use "threading" module on python3 - Tei_tsubaki - Aug-24-2020

I use the below code
import threading
I tried to open the file.
It said "No module named 'threading'"
I checked my lib and I found "threading.py" successfully.
I don't want to reinstall python3.
What's wrong?


RE: Cannot use "threading" module on python3 - Larz60+ - Aug-24-2020

you don't open import files. see on threading: https://docs.python.org/3/library/threading.html