Thanks for your reply. --- On Sat, 5/22/10, Alessandro Dentella <[email protected]> wrote: > It seeme to me that later in the tutorial there are some > additions of later widgets. > Good point. I'll write an update for the tutorial then.
> I can't say and I can't really understand what the > function does. This is exactly why I want to supply some documentation :-). > Interactive PyGTK isn't what you can to via ipython > -gthread? ipython -gthread is what you needed to do with older versions of pygtk. With pygtk 2.15.0 or later, both ipython and plain python itself will give you interactive pygtk. You can still use ipython -gthread, but if you have a recent version of pygtk, ipython 0.10 will tell you that you won't need to use -gthread: mdehoon:~ $ ipython -gthread Your PyGtk has set_interactive(), so you can use the more stable single-threaded Gtk mode. See https://bugs.launchpad.net/ipython/+bug/270856 ... In [1]: Thanks again, --Michiel. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
