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 Windows platforms, so my goal is to have a single executable file and maybe some resource files and .dlls in the end. Having searched around, I came to the conclusion that py2exe only supports Python up to version 2.7 pyinstaller only supports Python up to version 2.6 cx_Freeze does not work for me