我曾尝试使用 Tkinter 库,但是,我不断收到此消息,但我不知道如何解决它。我查看了网络,但没有发现此特定错误 - 我这样调用库:
from Tkinter import *
我得到这个错误 -
TclError = Tkinter.TclError
AttributeError: 'module' object has no attribute 'TclError'
我不知道我现在能做什么..谢谢
完整追溯:
Traceback (most recent call last):
File "C:/Users/Shoham/Desktop/MathSolvingProject/Solver.py", line 3, in <module>
from Tkinter import *
File "C:\Heights\PortableApps\PortablePython2.7.6.1\App\lib\lib- tk\Tkinter.py", line 41, in <module>
TclError = Tkinter.TclError
AttributeError: 'module' object has no attribute 'TclError'