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:
> >>
> >>
> >>
> >>
> >>
> >
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
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
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