Dear all,
I just installed Portable Python 3.2.5.1 and started in a windows cmd shell with:
"<mypath>\PortablePython3.2.5.1\App\Scripts>..\python.exe easy_install.py PyOpenGL" to install PyOpenGL, which I need for visvis 1)
But the following error occurred:
...
File "c:\DataJSp\PortProgFix\PortablePython3.2.5.1\App\lib\site-packages\setuptools\dist.py", line 103
except ValueError, e:
^
SyntaxError: invalid syntax
I get the same error if I use "<mypath>\python setup.py install" inside the unzip PyOpenGL-3.0.2 source path.
Can somebody check it for me?
Thanks a lot in advance.
Jens