I'm trying to work with the PyGTK 2.0 Tutorial. http://www.pygtk.org/pygtk2tutorial/index.html
Early on it wants me to use the script pygtkconsole.py. http://www.pygtk.org/pygtk2tutorial/examples/pygtkconsole.py When I run the script from a terminal window, I get: rsteff@Moonguide:~/Documents/Python Examples$ python pygtkconsole.py Python 2.6.5, PyGTK 2.17.0 (Gtk+ 2.20.1) Interactive console to manipulate GTK+ widgets. >>> However, it doesn't respond to normal characters typed at the keyboard. It will respond to <ctrl>c and produces the following: >>> pygtkconsole.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0. At that point, the program exits, but typing in that terminal no longer produces text. Googling that error message turns up one hit, in German. The Google translation indicates that 'This is the normal error message when an X program is terminated "from outside", so far nothing unusual.' Any idea what I'm missing? -- Regards, Dick Steffens _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
