Le Wed, 13 May 2009 08:40:25 -0700,
Emile van Sebille s'exprima ainsi:
> On 5/13/2009 8:32 AM spir said...
> > Hello,
> >
> > I wanted to subclass the type Window of pyGTK for main app windows (for
> > the obvious reason that they always contain the same init and end code)
> > and run into an un
On 5/13/2009 8:32 AM spir said...
Hello,
I wanted to subclass the type Window of pyGTK for main app windows (for the
obvious reason that they always contain the same init and end code) and run
into an unexpected problem:
=
import pygtk
pygtk.require('2.0')
import gt
Hello,
I wanted to subclass the type Window of pyGTK for main app windows (for the
obvious reason that they always contain the same init and end code) and run
into an unexpected problem:
=
import pygtk
pygtk.require('2.0')
import gtk
# debug output
print gtk
print gtk