pyinstaller没有正确执行.exe

时间:2019-02-27 20:02:16

标签: python-3.x pyinstaller

我的pyinstaller无法正常工作,我的问题是:.exe无法运行,或者由于窗口立即关闭而似乎无能为力。一个问题可能与另一个问题有关,因为代码是运行服务器或运行某些可能导致服务器崩溃的代码。

使用命令:

pyinstaller.exe --onefile --windowed --icon="C:\Users\matth\Documents\Upload Folder\BASE\Download.ico" Download-Assets.py This is the counsel end log

当我为下载资产运行.exe时,它将运行,然后迅速关闭

使用命令:

pyinstaller.exe --onefile --windowed --icon="C:\Users\matth\Documents\Upload Folder\BASE\Upload.ico" Run.py This is the counsel end log

当我为Runer(Run)运行.exe时,出现致命错误: This is the Fatal error

使用命令:

pyinstaller.exe --onefile --windowed --icon="C:\Users\matth\Documents\Upload Folder\BASE\R.A.B.B.I.T_Logo.ico" Setup.py This is the counsel end log

运行安装程序的.exe时出现致命错误: This the Fatal error

这是下载我的应用程序(自定义文件传输系统)的链接: https://cdn.discordapp.com/attachments/496421060565139466/550406943915900928/BASEZip1.zip

要设置此应用,请将BASE文件夹移至下载文件夹,然后运行一次设置,然后将其移至上载文件夹,然后运行一次设置。最后,要使用该应用程序,请运行Run.py以将上传的文件上传到带有标签GA的上传文件夹中,例如 GA-Uploadfile.png *不适用于.txt文件。然后运行Download-Assets.py,使用此应用从另一台计算机下载文件

0 个答案:

没有答案