On Tue, Feb 11, 2003 at 10:51:14AM +0100, Maarten Mulders wrote: > When running an Python-program using pygtk, I get the following error:
> import * from GtkExtra Should be from blah import *, but I assume you just mistyped that. What version of pygtk do you have? python -c 'import gtk; print gtk.pygtk_version' > GtkExtra not defined It's not part of pygtk 2. See the FAQ for porting tips: http://www.async.com.br/faq/pygtk/index.py?req=all Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
