>>> import gtk.gl
>>> glarea = gtk.gl.Area((gtk.gl.RGBA, gtk.gl.DOUBLEBUFFER, gtk.gl.DEPTH_SIZE, 1))
Has anyone reported anything like this before? Can you give me any advice about how to go about tracking it down?
To make life more confusing, GtkGLExt works fine on my fink installation, which leads me to believe that the underlying OpenGL is OK. I'm trying to work with some legacy code, and as soon as I can get this code running, I'll upgrade it to GtkGLExt. But for now I'd really like to get it running as-is.
Thanks for any help anyone can offer.
Rick Muller [EMAIL PROTECTED]
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
