[PyOpenGL-Users] general protection error
Brought to you by:
mcfletch
From: Alexander K. <ak...@na...> - 2009-08-19 11:00:49
|
Hi! An example program test_glutwindow.py from PyOpenGL-3.0.0/tests/ doesn't run: --- $ python test_glutwindow.py newArguments ['test_glutwindow.py'] window 1 WindowStatus -> 1 reshape (250, 250) Segmentation fault --- I get the following error message in sys.log: --- kernel: [ 1597.550731] python[1717] general protection ip:b795363f sp:bf92cf08 error:0 in libGL.so.1.5.070500[b7770000+2f0000] --- Another example, test_glutinit.py, as well as glxgears and all OpenGL programs work fine though. I have MesaLib 7.5 and PyOpenGL 3.0.0 or 3.0.1a3 installed on my computer. Could anyone help to localize the problem? Thanks, Alex. |