On 06/29/2010 08:59 AM, [email protected] wrote: > Example is wrong . See error : > Traceback (most recent call last): > File "infobar.py", line 46, in<module> > InfoBar() > File "infobar.py", line 13, in __init__ > self.infobar = gtk.InfoBar() > AttributeError: 'module' object has no attribute 'InfoBar'
You need a GTK / PyGTK version > 2.18 -- Yann Leboulanger _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
