ImportError:没有名为';螺纹';用Python?

ImportError:没有名为';螺纹';用Python?,python,debugging,module,importerror,python-import,Python,Debugging,Module,Importerror,Python Import,我有LinuxMint17和Python3.4.0。我已经下载了utopic的python3.4包,所以我可以得到python3.4.2。我下载了它的依赖项,以及3.4.2版本的IDLE和python3tk。安装后,我没有发现任何我喜欢的东西。因此,在Synaptic的帮助下,我将软件包降级到原来的3.4.0版本。在我为《时光流逝》制作的一个程序出现问题之前,我没有遇到任何问题。我尝试在PyCharm中调试我的应用程序,但无法再在PyCharm中调试我的应用程序。在控制台部分,出现以下错误:-

我有LinuxMint17和Python3.4.0。我已经下载了utopic的python3.4包,所以我可以得到python3.4.2。我下载了它的依赖项,以及3.4.2版本的IDLE和python3tk。安装后,我没有发现任何我喜欢的东西。因此,在Synaptic的帮助下,我将软件包降级到原来的3.4.0版本。在我为《时光流逝》制作的一个程序出现问题之前,我没有遇到任何问题。我尝试在PyCharm中调试我的应用程序,但无法再在PyCharm中调试我的应用程序。在控制台部分,出现以下错误:-

/usr/bin/python3.4 /opt/pycharm-community-3.4.1/helpers/pydev/pydevd.py --multiproc --client 127.0.0.1 --port 37770 --file "/home/ibrahim/Documents/Python/Team Rocket.py"
Traceback (most recent call last):
  File "/opt/pycharm-community-3.4.1/helpers/pydev/pydevd.py", line 4, in <module>
    from django_debug import DjangoLineBreakpoint
  File "/opt/pycharm-community-3.4.1/helpers/pydev/django_debug.py", line 2, in <module>
    from django_frame import DjangoTemplateFrame, get_template_file_name, get_template_line
  File "/opt/pycharm-community-3.4.1/helpers/pydev/django_frame.py", line 1, in <module>
    from pydevd_file_utils import GetFileNameAndBaseFromFile
  File "/opt/pycharm-community-3.4.1/helpers/pydev/pydevd_file_utils.py", line 44, in <module>
    from pydevd_constants import * #@UnusedWildImport
  File "/opt/pycharm-community-3.4.1/helpers/pydev/pydevd_constants.py", line 80, in <module>
    import threading
  ImportError: No module named 'threading'

Process finished with exit code 1
我认为包括程序代码是微不足道的,但如果你想要的话,我可以给你。我刚刚确认我已经降级了所有的软件包

Python的版本号:-

python3.4 = 3.4.0-2ubuntu1
python3.4-minimal = 3.4.0-2ubuntu1
python3-tk = 3.4.0-0ubuntu1
idle-python3.4 = 3.4.0-2ubuntu1
PyCharm Community Edition = 3.4.1; Build = 135.1057; Running on Oracle Java 1.8.0 aka Java 8 for amd64 systems. Not running on OpenJDK.

也许你的python安装已经损坏,你能试着重新安装吗?@parchamet它仍然不工作。我也不能使用pip。更多信息:@Virako我已重新安装。。。谢谢你的帮助。
python3.4 = 3.4.0-2ubuntu1
python3.4-minimal = 3.4.0-2ubuntu1
python3-tk = 3.4.0-0ubuntu1
idle-python3.4 = 3.4.0-2ubuntu1
PyCharm Community Edition = 3.4.1; Build = 135.1057; Running on Oracle Java 1.8.0 aka Java 8 for amd64 systems. Not running on OpenJDK.