Bug#481480: python-gtk2: gtk.main() reads from stdin, so freezes GUI.

2008-06-06 Thread Ross Burton
I'm now seeing this myself with pygtk 2.12.1-5... -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81

Bug#481480: python-gtk2: gtk.main() reads from stdin, so freezes GUI.

2008-05-20 Thread Loïc Minier
On Fri, May 16, 2008, Francisco J. Rodríguez Bogado wrote: > For instance, with this script: > $ cat test.py > import pygtk > import gtk > v = gtk.Window() > caja = gtk.VBox() > caja.add(gtk.Label("Hola holita, vecinito.")) > boton = gtk.Button(stock = gtk.STOCK_QUIT) > boton.connect("clicked", la

Bug#481480: python-gtk2: gtk.main() reads from stdin, so freezes GUI.

2008-05-16 Thread Francisco J . Rodríguez Bogado
Package: python-gtk2 Version: 2.12.1-2 Severity: important gtk.main() seems to read from stdin somewhere in mainloop and freezes GUI when a python script that uses pygtk is run from terminal. For instance, with this script: $ cat test.py import pygtk import gtk v = gtk.Window() caja = gtk.VBox(