Re: [PyOpenGL-Users] _base_glutInit( ctypes.byref(count), holder ) TypeError: 'NoneType' object is
Brought to you by:
mcfletch
From: Alejandro S. <as...@gm...> - 2010-02-01 14:34:03
|
Hi John, I'm cleaning up the message thread a little bit for easier readability. > > Does anyone know what the fix for the following error is: >>>> > >>>> > C:\dev\PyOpenGL-Demo-3.0.1b1\PyOpenGL-Demo\NeHe>python >>>> > Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit >>>> (Intel)] on win32 >>>> > Type "help", "copyright", "credits" or "license" for more information. >>>> >>>> import lesson5.py >>>> > Hit ESC key to quit. >>>> > Traceback (most recent call last): >>>> > File "<stdin>", line 1, in <module> >>>> > File "lesson5.py", line 240, in <module> >>>> > main() >>>> > File "lesson5.py", line 195, in main >>>> > glutInit(sys.argv) >>>> > File "C:\Python25\Lib\site-packages\OpenGL\GLUT\special.py", line >>>> 323, in glutInit >>>> > _base_glutInit( ctypes.byref(count), holder ) >>>> > TypeError: 'NoneType' object is not callable >>>> >>>> >>>> > >>>> > I am running 2.5 on XP with NVidia drivers. I have GLUT, GLU, OpenGL >>>> installed on the system. >>>> > I can get NeHe samples working from within VC++ 2010, just not Python. >>>> > >>>> >>> OK, I've performed several tests and glut seems to be working fine on all my configurations, in particular: * PyOpenGL 3.0.0 on python2.6 * PyOpenGL 3.0.1b2 on python 2.6 * PyOpenGL 3.0.1b2 on python 2.5 They all seem to work, with the caveat being that all my tests were performed on a Mac. Maybe someone else on the list who's using Windows XP can reproduce the issue? Cheers, Alejandro.- |