Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4880 > unrolled thread

PyGTK, Glade/libglade. What am I doing wrong?

Started byДаниил Рыжков <daniil.re@gmail.com>
First post2011-05-07 13:02 +1100
Last post2011-05-07 13:02 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  PyGTK, Glade/libglade. What am I doing wrong? Даниил Рыжков <daniil.re@gmail.com> - 2011-05-07 13:02 +1100

#4880 — PyGTK, Glade/libglade. What am I doing wrong?

FromДаниил Рыжков <daniil.re@gmail.com>
Date2011-05-07 13:02 +1100
SubjectPyGTK, Glade/libglade. What am I doing wrong?
Message-ID<mailman.1280.1304733749.9059.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Sorry for my English (I could not find help in the Russian community)
I'm trying to learn PyGTK and Glade. I made test window in Glade and
saved it as "test.glade" (attached). Then I wrote script
"test.py"(attached, http://pastebin.com/waKytam3). I tried to run it.
While the script was executed, console did not show anything and
window wasn't displayed. When I pressed CTRL+С console displayed
trackback:
---
CTraceback (most recent call last):
  File "test.py", line 32, in <module>
    gtk.main()
KeyboardInterrupt
---
So what am I doing wrong?

-- 
Best wishes,
Daniil

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web