[Debian-med-packaging] Bug#759056: dicompyler: Please update to use wxpython3.0

Olly Betts olly at survex.com
Fri Sep 12 00:24:45 UTC 2014


Looking at the bitpim pubsub changes (patch attached), I think you
want to update from:

from wx.lib.pubsub import Publisher as pub

to this instead:

import wx.lib.pubsub.setuparg1
import wx.lib.pubsub.core
pub = wx.lib.pubsub.core.Publisher()

I'm not sure if it should be the same pub instance in all the modules or
not though.

Updated version of wxpy30-more.patch attached too - with this the package
builds and starts up OK (it failed to start up for me before them).

Not sure how easy this is to automate in the script - I'd think there's
probably a fair bit of variation in the import.

Cheers,
    Olly
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bitpim.patch
Type: text/x-diff
Size: 795 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-med-packaging/attachments/20140912/202f5713/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wxpy30-more.patch
Type: text/x-diff
Size: 4517 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-med-packaging/attachments/20140912/202f5713/attachment-0001.patch>


More information about the Debian-med-packaging mailing list