James Henstridge wrote:
> This is due to the use of ExtensionClass.  I am not sure how to fix this
> properly.  This is mentioned in the ExtensionClass.stx file included in
> the tarball.  You can get your code to work with:
>     DataStorage.__dict__['__init__'](self, name)
Thanks, I can live with this. Anyway the code should have been fixed to
not mix gui and data anyway.

One last question about pre0.7.0, should we expect many
incompatibilities.

One thing, many constructors in gtk.py, like GtkAdjustment has default
values,
(at least now) 0.7.0 has not. This is just fine for me since it is
closer to
the C version.

But will for example GtkCheckButton.active work in 0.7.0 final? Right
now
I need to use get_active() method. (Ok this is not close to C, but I
like it...)

Tom Cato
-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to