On Thursday 18 May 2006 18:29, Kris Schnee wrote:
> This used to work, back when I was playing with the NeHe OpenGL tutorials:
> >>>> from OpenGL import *
> >
> > Traceback (most recent call last):
> > File "<pyshell#0>", line 1, in ?
> > from OpenGL import *
> > ImportError: No module named OpenGL
>
> How do I fix it?
Install PyOpenGL
http://pyopengl.sourceforge.net/
Richard