gpt4 book ai didi

Python-tk 包在 Python 2.7.3 中无法识别

转载 作者:行者123 更新时间:2023-12-02 06:39:45 25 4
gpt4 key购买 nike

这个问题不太可能对任何 future 的访客有帮助;它只与一个小的地理区域、一个特定的时间点或一个非常狭窄的情况相关,通常不适用于互联网的全局受众。如需帮助使这个问题更广泛适用,visit the help center .




9年前关闭。




当我运行以下代码时:

import Tkinter

我收到此错误消息:
>>> import Tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 42, in <module>
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: /usr/lib/libtk8.5.so.0: invalid ELF header, please install the python-tk package

但是,安装了python-tk。
$ sudo apt-get install python-tk
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-tk is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

调查为什么会失败,我查看了 Tkinter.py。这是失败的线路。
try:
import _tkinter
except ImportError, msg:
raise ImportError, str(msg) + ', please install the python-tk package'

这是路径问题吗?任何帮助将非常感激。

最佳答案

似乎该库已损坏。试试 sudo apt-get remove python-tk ,然后 sudo apt-get clean以便您重新下载软件包,sudo apt-get install python-tk ,然后再次尝试导入。另一种可能性是您不知何故弄乱了您的 apt/sources.list,并且您安装了一个用于错误平台的库。

如果尝试上述方法后仍然无法正常工作,请对此答案发表评论。

关于Python-tk 包在 Python 2.7.3 中无法识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11043844/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com