Python Forum
Cannot use "threading" module on python3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot use "threading" module on python3
#1
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?
Reply
#2
you don't open import files. see on threading: https://docs.python.org/3/library/threading.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Concurrent futures threading running at same speed as non-threading billykid999 13 1,718 May-03-2023, 08:22 AM
Last Post: billykid999
  Tutorials on sockets, threading and multi-threading? muzikman 2 2,076 Oct-01-2021, 08:32 PM
Last Post: muzikman
  Python3 openpyxl module GHULIEV 0 1,467 Aug-07-2020, 08:50 PM
Last Post: GHULIEV
  Python - Keyboard module - Threading problem ppel123 1 3,019 Apr-13-2020, 04:49 PM
Last Post: deanhystad
  Error after installing Python3.8.2: "No module named 'apt_pkg'" Chromie 3 3,823 Mar-09-2020, 08:20 PM
Last Post: micseydel
  Gnuradio python3 is not compatible python3 xmlrpc library How Can I Fix İt ? muratoznnnn 3 4,823 Nov-07-2019, 05:47 PM
Last Post: DeaD_EyE
  help with threading module and passing global variables ricardons 1 7,764 Feb-21-2019, 12:48 PM
Last Post: stullis
  Could not build the ssl module while installing python3.7 from tar ball badfish 1 7,790 Dec-11-2018, 04:33 AM
Last Post: badfish
  Python3 No Module Named gi, Tkinter, setuptools and more... On Fedora Linux harun2525 12 13,949 Aug-11-2018, 12:48 AM
Last Post: Larz60+
  clipboard module in python3.6 bmohanraj91 1 5,926 May-09-2017, 07:57 AM
Last Post: volcano63

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020