<p><br>
On May 6, 2011 7:05 PM, "Даниил Рыжков" <<a href="http://daniil.re">daniil.re</a>@<a href="http://gmail.com">gmail.com</a>> wrote:<br>
><br>
> Sorry for my English (I could not find help in the Russian community)<br>
> I'm trying to learn PyGTK and Glade. I made test window in Glade and<br>
> saved it as "test.glade" (attached). Then I wrote script<br>
> "test.py"(attached, <a href="http://pastebin.com/waKytam3">http://pastebin.com/waKytam3</a>). I tried to run it.<br>
> While the script was executed, console did not show anything and<br>
> window wasn't displayed. When I pressed CTRL+С console displayed<br>
> trackback:<br>
> ---<br>
> CTraceback (most recent call last):<br>
>  File "test.py", line 32, in <module><br>
>    gtk.main()<br>
> KeyboardInterrupt<br>
> ---<br>
> So what am I doing wrong?<br>
></p>
<p>I haven't used gtk before, but is there a show method or something similar you need, to actually make the window appear? The KeyboardInterrupt is normal. That's how control-c works.<br>
> --<br>
> Best wishes,<br>
> Daniil<br>
><br>
> --<br>
> <a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a><br>
><br>
</p>