On Tue, Jan 20, 2004 at 02:31:27PM -0700, Rick Muller wrote: > I'm trying to track down a bug in pygtk. I have a fink installation of > pygtk-2.0.0 (fink is the debian like package manager for Macintosh OS > X). I can currently run all of your demos except for the ones in the gl > subdirectory, which all give a bus error. In fact, I can make it give a > bus error by: > >>> import gtk.gl > >>> glarea = gtk.gl.Area((gtk.gl.RGBA, gtk.gl.DOUBLEBUFFER, > gtk.gl.DEPTH_SIZE, 1))
Can run this through gdb and see why it's blowing up? It could be a simple bug in the PyGTK wrapper.. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
