Henning Hraban Ramm wrote:
> I tried monkey patching wx.App via uiApp, but I run into the same  
> problem as John: uiApp should be wx.App, but isn't, at least not while  
> afterInit runs.

If you ever need the wx.App instance directly, you can:

import wx
wxApp = wx.GetApp()

Paul


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

Reply via email to