Re: [PyOpenGL-Users] general protection error
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2009-08-19 17:07:20
|
Alexander Kozlov wrote: > Hi! > > An example program test_glutwindow.py from PyOpenGL-3.0.0/tests/ > doesn't run: > Please add the following lines to the top of the file, they will generate a very verbose debugging log on the console: import logging logging.basicConfig( level = logging.DEBUG ) import OpenGL OpenGL.FULL_LOGGING = True which should tell me which call is actually crashing (you can just send this to me, if you like, rather than the list). Also, the output of: python -c "from OpenGL import __version__; print __version__" will tell me which PyOpenGL version you are using. > 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? > Your Operating System (I'm assuming some version of Linux, by the use of Mesa) version, whether you are using a 64-bit processor, and the name/type of video card you have will often be helpful as well: lspci | grep VGA will often help to identify that. Thanks, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |