Python Forum

Full Version: Cannot use "threading" module on python3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
you don't open import files. see on threading: https://docs.python.org/3/library/threading.html