On Fri, 6 Sep 2013 16:29:08 Antoine Martin wrote: > Server side does not use OpenGL, maybe you are referring to this client > side message: > > ImportError: No Numeric module present: No module named Numeric > > > Note: Debian does not ship python-gnumeric (which is superseded by > numpy) which makes PyOpenGL spit out a warning when we load it. > AFAIK, silencing this warning would silence other more useful warnings.
I wonder if logging is unnecessary verbose by default. For example the following command python -c 'import logging; logging.root.setLevel(logging.DEBUG); import OpenGL; from OpenGL.GL import GL_VERSION, GL_EXTENSIONS;' merely print No handlers could be found for logger "OpenGL.acceleratesupport" and somehow don't complain about "No module named Numeric"... > Perhaps Debian should consider patching PyOpenGL to remove this warning > instead - or provide python-numeric packages for backwards compatibility. It is up to "pyopengl" maintainer(s) to decide and they are already have a bug for this: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703585 -- Best wishes, Dmitry Smirnov GPG key : 4096R/53968D1B -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org