Comment 4 for bug 124896

Revision history for this message
a.strotmann (andreas-strotmann) wrote : Re: [GUTSY] spe crashed with AttributeError in LoadFile()

This bug is easy to fix.

Here's a patch that works for me (although the precise list argument of allowable wxversions will need to be provided by someone who knows the product better than me):

in /usr/share/pycentral/spe/site-packages/_spe/SPE.py:

replace this line:
    wxversion.ensureMinimal(WX_VERSION)

with this line:
    wxversion.select(['2.5.4','2.5.5','2.6'])

Apparently, wxPython 2.8 doesn't work with spe any more.