Comment 4 for bug 1544170

Revision history for this message
Martin Pitt (pitti) wrote :

wxbanker currently crashes merely if you have python-wxgtk3.0 installed (alongside 2.8):

Traceback (most recent call last):
  File "/usr/bin/wxbanker", line 2, in <module>
    from wxbanker.main import main
  File "/usr/lib/python2.7/dist-packages/wxbanker/main.py", line 40, in <module>
    from wx.lib.pubsub import Publisher
ImportError: cannot import name Publisher

As everything else in the archive uses wx 3.0 now, I moved wxbanker to -proposed and removed wxwidgets 2.8. As soon as it gets moved over to 3.0 it will migrate to -release again.