[PyOpenGL-Users] Exception on Exit
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2009-04-04 21:06:46
|
Hi, I have code that creates an exception on exit. I can't imagine why. Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound method glLibLight.__del__ of <glLib.glLibLight.glLibLight instance at 0x034B3F80>> ignored This error only happens on exit. Ideas? Ian |