我有一个使用 PyGui 包的简单应用程序启动并运行。在我决定一切正常后,我重构了我的代码,基本上将它分解为多个文件,但我相当确定我没有更改任何文件的位置。现在,当我尝试运行我的应用程序时,它给了我以下错误:
Traceback (most recent call last):
File "blobedit.py", line 16, in <module>
from GUI import Application, ScrollableView, Document, Window, Cursor, rgb
File "/Users/<myusername>/Desktop/BlobEdit/GUI/__init__.py", line 54, in <module>
raise ImportError("Unable to find an implementation of PyGUI for this installation")
ImportError: Unable to find an implementation of PyGUI for this installation
我已经尝试移动文件数周了,但找不到问题。任何帮助将非常感激!