无法运行pyinstaller打包的exe

时间:2018-11-07 08:22:16

标签: python

我使用Windows 10和python2.7。 我已经使用PyInstaller将程序打包到exe中。但是我无法运行.exe文件。 错误:

   raise FileNotFoundError('Tcl data directory "%s" not found.' % (tcldir))
IOError: Tcl data directory "C:\Users\test\AppData\Local\Temp\_MEI10~1\tcl" not 
found.
[4072] Failed to execute script pyi_rth__tkinter

1 个答案:

答案 0 :(得分:0)

这是python错误,表示您的程序正在运行。 检查您的代码以查看为什么找不到您提到的文件。

注意:如果使用相对路径,则考虑在执行.exe文件的位置上很重要。
这是进程主目录。