Get_version() Pyinstaller Syntax Error
I am running the latest version of python (3.3.2 32bit Intel win32) and have installed PyInstaller to compile my *.py files to *.exe executables. I compile my files via the Windows
Solution 1:
According to the pyinstaller github page and official site Python 3 is not yet supported.
Also see the trac issue relevant to your error and the issue on supporting Python 3.
Post a Comment for "Get_version() Pyinstaller Syntax Error"