The site pyInstaller.org does not seem to be working while I am making this post.
I am trying to install pyInstaller for python3. I 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 great for python27. Is pyInstaller incompatible with python3? If not, how do I make a standalone pyqt5 script application for Windows?
source share