Re: [PyOpenGL-Users] install problem (end at vbo_junk.py)
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2008-07-27 21:38:01
|
iRobot iRobot wrote: > I try to install PyOpenGL-3.0.0b4 by typing 'python setup.py install' > it's running and display its processing status. > But when it display 'Extracting PyOpenGL-3.0.0b4-py2.5.egg to > g:\python25\lib\site-packages', > it said one file in the sub-directory \OpenGL\arrays\vbo-junk.py' has > error at line 2. And display > <<<<<<< vbo.py > ^ > SyntaxError: invalid syntax > And then it ends up. > I ignore it but I found that I can't use PyOpenGL (running the > tutorial file 3 provided by PyODE). > > I try to look at the vbo_junk.py and found that there are many unknown > command > like '<<<<<<< vbo' and '>>>>>>> 1.5' at various part inside the file. > > I don't know what is the problem here. Can anyone help? > > I have install python2.5 and the latest version of ez_setup. > I fail with both the command 'easy_install PyOpenGL' and 'python > setup.py install', end up with the same screen. > > I have try in the WinXp and Win98 platform and end up with the same > result. This was a very silly error on my part. The junk file was supposed to be deleted when I finished replacing it, but it never got removed. I've just released a (very lightly tested) PyOpenGL-3.0.0b5 package that fixes this and another bug. If you can't download again, just deleting the offending file from the source directory should eliminate the problem. HTH, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |