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

Re: [pygame] OpenGL



In a message of Thu, 18 May 2006 19:36:11 +1000, Richard Jones writes:
>On Thursday 18 May 2006 18:29, Kris Schnee wrote:
>> This used to work, back when I was playing with the NeHe OpenGL tutoria
>ls:
>> >>>> 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

Or if you already have it installed, make sure your PYTHONPATH points to
wherever it is.

Laura