[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] OpenGL



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?

Kris