[Pythonmac-SIG] pyUI?

Jim Peterson petersj at clemson.edu
Wed Mar 31 15:47:50 EST 2004


Hi,

In case you haven'f figured it out, the WGL import error
comes from one of the __init__.py files which
attempt to import some fonts from the windows WGL stuff.
You don't want that.  I just removed it from the init and
all was fine.

The offending line was in

site-packages/pyui/renderers/openglBase.py

I commented out

from OpenGL.WGL import etc

Jim




More information about the Pythonmac-SIG mailing list