Re: [PyOpenGL-Users] Texture problem with glTexImage2D
Brought to you by:
mcfletch
From: justin w. <war...@gm...> - 2008-06-01 22:27:41
|
Thanks, It still doesn't work. I tried installing PyOpenGL with setuptools, and I'm fairly sure I did it right, but I got the same error. How can I check to make sure its properly installed? After adding Astan's code, I just got the error: Traceback (most recent call last): File "C:\Documents and Settings\HP_Administrator\Desktop\Prgms\Game.py", line 17, in <module> formathandler.FormatHandler.chooseOutput( 'ctypesarrays' ) File "C:\Documents and Settings\HP_Administrator\Desktop\Prgms\OpenGL\arrays\formathandler.py", line 75, in chooseOutput """Unable to find any output handler at all (not even ctypes/numpy ones!)""" RuntimeError: Unable to find any output handler at all (not even ctypes/numpy ones!) That sounds like it might be easy to fix, but I'm not sure what it means still. |