[PyOpenGL-Users] GLUError or GLUerror
Brought to you by:
mcfletch
From: Robert A. <rob...@gm...> - 2008-02-27 05:55:16
|
Hi, I'm the maintainer for glChess in the gnome-games package and we're having a problem with the name of the GLU error exception class on Gentoo. On my Ubuntu 7.10 box the following works: >>> import OpenGL.GLU >>> OpenGL.GLU.GLUError but on Gentoo it fails, they expect: >>> import OpenGL.GLU >>> OpenGL.GLU.GLUerror What is the correct name for the exception class? Thanks, --Robert See: http://bugzilla.gnome.org/show_bug.cgi?id=503238 |