Marc-Andre Belzile wrote: > I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and > pyGUI work together? Yes, there is a GLView class for on-screen drawing, and a GLPixmap class for off-screen drawing with OpenGL. -- Greg