[PyOpenGL-Users] Newbie question....
Brought to you by:
mcfletch
|
From: Jesse C. <cf...@ms...> - 2003-02-06 00:15:55
|
Hi,
I did a lot of OPENGL at the university and was excited when I found that
there was a port to Python!!, (a language a tinkered with a couple of years
ago...) Inspired to regain lost knowledge, I installed the module.
Unfortunately, I found the following error message:
===============================
C:\Python22\Lib\site-packages\OpenGLContext>python drawcube.py
Traceback (most recent call last):
File "drawcube.py", line 13, in ?
from OpenGL.GL import *
ImportError: No module named OpenGL.GL
===============================
Can anyone comment/help?
Thanks,
Jess
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
|