Re: Python and Glade: window not showing

2009-05-30 Thread Sven Arduwie
On 30 mei, 21:02, Dave Angel wrote: > Sven Arduwie wrote: > > On 30 mei, 17:02, Sven Arduwie wrote: > > >> Can anyone help a python newbie and tell me why the simple window I > >> created in Glade is not showing? > > >> This is the XML generated by Glade 3: > >> > >> > >>   > >>   > >>   > >

Re: Python and Glade: window not showing

2009-05-30 Thread Dave Angel
Sven Arduwie wrote: On 30 mei, 17:02, Sven Arduwie wrote: Can anyone help a python newbie and tell me why the simple window I created in Glade is not showing? This is the XML generated by Glade 3: True And this is the Python code: #!/usr/bin/env pyt

Re: Python and Glade: window not showing

2009-05-30 Thread Sven Arduwie
On 30 mei, 17:02, Sven Arduwie wrote: > Can anyone help a python newbie and tell me why the simple window I > created in Glade is not showing? > > This is the XML generated by Glade 3: > > >   >   >   >     True >     >     >       >     >   > > > And this is the Python code: > #!/usr/b

Python and Glade: window not showing

2009-05-30 Thread Sven Arduwie
Can anyone help a python newbie and tell me why the simple window I created in Glade is not showing? This is the XML generated by Glade 3: True And this is the Python code: #!/usr/bin/env python import pygtk pygtk.require("2.0") import gtk class HelloWor