Re: [PyOpenGL-Users] BUG (?) Exceptions not working?
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2010-02-06 06:36:10
|
I tried other versions. It's the same with all 3.0.0b2 and 3.0.0b8. I added: import OpenGL OpenGL.ERROR_CHECKING = True OpenGL.ERROR_LOGGING = True OpenGL.FULL_LOGGING = True OpenGL.ERROR_ON_COPY = True to the top of the file, which didn't solve the problem. Interestingly, the line OpenGL.FULL_LOGGING = True causes (what I assume is a warning; it's printed red): No handlers could be found for logger "OpenGL.calltrace" I couldn't find such a warning anywhere in PyOpenGL. Does this line help any? Thanks, Ian |