I've looked everywhere for a tutorial, even at Stack Overflow! I know, there are other 3d libraries but they do all the work and pyglet doesn't work with my version of Python. It's Python 2.7. So, either there is a pyglet for 2.7 or a PyOpenGL tutorial. If you can find both, I would appreciate it. If you find a pyglet for 2.7, also provide a tutorial. Thanks in advance.

link|improve this question

Pyglet should work with 2.7. Did you try installing it? – jozzas Sep 21 '11 at 2:08
It aborts the install before it starts! – Ripspace Sep 21 '11 at 2:14
What file did you download? What platform? Windows? What does it say when the installer aborts? – jozzas Sep 21 '11 at 2:19
I downloaded 1.1.4-msi on Windows XP. When the install aborts it says "pyglet requires Python 2.4 or later. The installation will be aborted." – Ripspace Sep 21 '11 at 2:22
1  
It actually worked when I used the .zip file. – Ripspace Sep 22 '11 at 23:49
show 5 more comments
feedback

2 Answers

up vote 2 down vote accepted

In the move from PyOpenGL2 to PyOpenGL3 it looks like the demos/tutorials got split out into a separate package.

At http://pyopengl.sourceforge.net/ is a link to download PyOpenGL-Demo. Once you have that, look at the examples in 'NeHe' ... I learned what I need to know about PyOpenGL from these examples. (But I used an earlier version which was bundled with PyOpenGL2).

link|improve this answer
feedback

There is a wiki (CodeDump) that has some examples in pyOpenGL which may help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.