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 CMD (cmd.exe
), but have recieved an error:
G:\PyInstaller>python pyinstaller.py prog.py
File "pyinstaller.py", line 73
print get_version()
^
SyntaxError: invalid syntax
Any thoughts of why this is error is occurring? Both of the programs have installed correctly without any problems. Thanks.