Minor? Errors sent to logging module on import.
Brought to you by:
mcfletch
If I set up the logging module before importing OpenGL.GL, I get some errors regarding the Numeric format handler (which I don't care about) and the vbo module (which may be important to a lot of folks).
Error logs here: https://gist.github.com/4092027
Whoops...
Windows 7 64-bit on Intel Core i5-750
Python 2.7 64-bit
PyOpenGL 3.0.2
Output of `pip freeze`: https://gist.github.com/4092052