Comment 3 for bug 85588

Revision history for this message
Gustavo Carneiro (gjc) wrote :

"class MyItem(goocanvas.SimpleItem, goocanvas.Item)" also works (I tried), instead of signal overriding.

It didn't work for you either because of the conflict between different virtuals with the same name in goocanvas.Item and goocanvas.ItemSimple, which was just resolved, or else you have a too old PyGObject version.