Re: [pygtk] sentence twice impression

2011-05-16 Thread craf
-Mensaje original- De: Alessandro Dentella san...@e-den.it Para: craf pyclut...@gmail.com Cc: Python Pygtk pygtk@daa.com.au Asunto: Re: [pygtk] sentence twice impression Fecha: Mon, 16 May 2011 09:13:49 +0200 On Sun, May 15, 2011 at 10:26:50PM -0400, craf wrote: Hi. It is possible

[pygtk] sentence twice impression

2011-05-15 Thread craf
Hi. It is possible to prevent the print statement, printed on the screen 2 times? Code:- #!/usr/bin/env python import gtk class RadioButton: def __init__(self): self.window = gtk.Window() self.vbox =