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 ...