On Thu, May 23, 2002 at 03:02:35PM -0500, Charles G Waldman wrote: > > > > In gnome-python 1.4.2, gtk.py contains the following code at lines > 1044-1047: > > class GtkBox(GtkContainer): > get_type = _gtk.gtk_box_get_type > def __init__(self, _obj=None): > if nonint: return > > Problem is "nonint" doesn't seem to be defined anywhere and this code > throws a NameError exception.
AFAICT this is a bug, but you shouldn't be instancing a GtkBox anyway; it's supposed to be abstract, iirc. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
