Re: [PyOpenGL-Users] Exception on Exit
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2009-04-05 01:45:58
|
Thanks. The problem was that __del__() tried to call an OpenGL function (to disable the light). Going "del Light1" before exiting fixed the problem. |