我决定尝试 PyInstaller,在编译小型可执行文件后,我尝试在 Windows 7 上运行它并得到“程序太大而无法放入内存”
我在 Ubuntu 中编译使用:
python pyinstaller.py --onefile test.py python pyinstaller.py --onefile test/test.spec
(我也试过没有 --onefile )
编译的小python代码:http: //pastebin.com/ZJbxEzuE
有什么建议么?
谢谢
我决定尝试 PyInstaller,在编译小型可执行文件后,我尝试在 Windows 7 上运行它并得到“程序太大而无法放入内存”
我在 Ubuntu 中编译使用:
python pyinstaller.py --onefile test.py python pyinstaller.py --onefile test/test.spec
(我也试过没有 --onefile )
编译的小python代码:http: //pastebin.com/ZJbxEzuE
有什么建议么?
谢谢