The pyInstaller.org website appears to be down while I make this post.
I'm trying to installer pyInstaller for python3. I've tried both:
"c:\python34\scripts\easy_install.exe" pyInstaller "c:\python34\scripts\pip.exe" install pyInstaller
but both give:
PyInstaller\compat.py", line 129
if sys.maxint > 2L ** 32:
^
SyntaxError: invalid syntax
Works fine for python27 Is pyInstaller not compatible with python3? If not, how should I make a standalone app of my pyqt5 scripts for windows?
PyInstaller 2.1 is not yet compatible with Python 3.x. You'll either need to switch to Python 2.x or wait until the project is compatible with Python 3.x, You can check that on the PyPI page as it should then have updated classifiers that mark it as "Python 3.x" compatible. Currently the tags are:
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.4
Programming Language :: Python :: 2.5
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2 :: Only
An experimental branch on GitHub has been published that works with Python 3.
Just download or clone that and run.
Alternatively, use this fork, which fixes some bugs, e.g. --version-file=...
support and PyQt5 multimedia support and print services.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With