Re: [PyOpenGL-Users] Exception when importing GLU
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2008-11-13 03:20:29
|
Aki Koskinen wrote: > I have PyOpenGL-3.0.0b6 as packaged in Fedora 9. I started to get this > exception some time ago. Maybe I updated something, maybe I didn't - can't > remember. However now I started to look into it more closely and I came up > with a minimal test program that can be used to reproduce this. Here it is: > ... > line 192, in copyBaseFunction > extension = original.argNames, > File "/usr/lib/python2.5/site-packages/OpenGL/platform/baseplatform.py", > Stupid error on my part there, obviously just a cut-and-paste error. I've fixed the function in bzr, the line should read: extension = original.extension Sorry about that, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |