Hi,

Not sure how to handle this.

http://wxpython.org/Phoenix/docs/html/MigrationGuide.html?highlight=pydeadobjecterror#wx-pydeadobjecterror-runtimeerror

Would this be o.k. in uiwx.__init__.py?

if 'phoenix' in wx.PlatformInfo:
    deadObjectException = RuntimeError
    deadObject = None
else:
    deadObjectException = wx._core.PyDeadObjectError
    deadObject = wx._core._wxPyDeadObject

Werner

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to