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

Re: [pygame] Why won't pyopengl import



opengl seems overly complicated for that...
open a python shell:
it says python 2.5.2?
if not, that might be your problem.
if so, type:
from OpenGL.GL import *
if there is no problem, then you are fine.  If there is, open C:\Python25\lib\site-packages, and make sure that pyopengl 3.0.0.b or whatever the latest is is there.
Ian