Re: [Tutor] cannot subclass imported type

2009-05-13 Thread spir
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

Re: [Tutor] cannot subclass imported type

2009-05-13 Thread Emile van Sebille
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

[Tutor] cannot subclass imported type

2009-05-13 Thread spir
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