我为计算目的制作了一个 python 脚本,导入库、Tkinter、Pmw、sympy、math、tkfiledialog、webbrowser。
现在,通过使用 Pyinstaller,我将其转换为 EXE 应用程序。当我运行它时,它给出了错误:
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Python27\\Earthing\\dist\\Earthing\\Pmw/*.*'
因此,我将整个Pmw目录复制并粘贴到此位置。但是,在这样做之后,我得到了错误:
AttributeError: 'module' object has no attribute 'OptionMenu'
现在,我该如何解决这个错误?请帮我解决这个问题。