While filing bugs for the wxpython3.0 transition, I noticed #758578
which looks like it's related to wxpython3.0 - if so, the quick fix is
to suppress WXDEBUG assertion messages - see:

http://anonscm.debian.org/cgit/collab-maint/wx-migration-tools.git/tree/README#n30

The proper fix is to actually make sure that event handler changes are
undone before the window is destroyed, but that can be tricky to figure
out how to cleanly achieve.  But the same thing is almost certainly
happening with 2.8 and just getting quietly handled there.

Looking at the packaging repo, I noticed this patch:

http://anonscm.debian.org/viewvc/python-modules/packages/gamera/trunk/debian/patches/fix-gamera_display.diff?revision=30139&view=markup

Unless you care about wxPython 2.6 (which you really shouldn't at this
point - it's been dead for 8 years), you can just remove any calls to
wx.InitAllImageHandlers() as it's a no-op with wxPython 2.8.

Cheers,
    Olly


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to