Tagged Questions

12
votes
1answer
2k views

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. I almost exclusively care about ...
6
votes
2answers
191 views

PyInstaller but keeping .py files upgradeable

I've managed to package my PyQt4 app as a "standalone" application on windows, it works. However this application can upgrade itself, which is done by replacing the actual code written by me (.py ...
0
votes
0answers
28 views

Error when compiling PyQt4 with Pyinstaller

In the past, I've used pycompiler (or 'pyinstaller') to compile my programs that use the PyQt4 framework to executable code, simply because py2exe. I have switched computers recently and have not yet ...