pyinstaller
pyinstaller: 2 instances of my cherrypy app exe get executed
I have a cherrypy app that I\'ve made an exe with pyinstaller. now when I run the exe it loads itself twice into memory. Watching the taskmanager shows the first instance load into about 1k, then a s[详细]
2022-12-17 03:23 分类:问答Pyinstaller ld-linux-x86-64.so.2 linking problem
I\'m trying to deploy my Python based application on another Linux host. Pyinstaller works flawlessly as long as I run the generated executable on my own system.[详细]
2022-12-12 10:45 分类:问答Building executables for Python 3 and PyQt
I built a rather simple application in Python 3.1 using PyQt4. Being done, I want the application to be distributed to computers without either of those installed.[详细]
2022-12-11 17:15 分类:问答pyinstaller打包django项目的实现步骤
安装pyinstaller pip install pyinstaller 制作项目的.spec文件 进入django项目所在路径,运行[详细]
2022-12-02 10:07 分类:开发