Bugs item #2029134, was opened at 2008-07-27 00:14
Message generated for change (Comment added) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=2029134&group_id=5988
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: install
Group: v3.0.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: irobot (irbotto)
Assigned to: Nobody/Anonymous (nobody)
Summary: error in vbo_junk.py
Initial Comment:
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 found that I can't use PyOpenGL.
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.
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.
I am not sure whether it is it a bug or not.
Just for reference.
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2009-07-18 22:33
Message:
Was fixed a while ago by removing the junk file.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=2029134&group_id=5988
|