Giovanni Bajo píše v St 20. 10. 2010 v 11:42 +0200: > > While I'm looking into how to fix this, how does the user switch > between > v1 and v2 api? That is, how is PyInstaller supposed to discover which > one > is being used?
# before any use of pubsub from wx.lib.pubsub import setupv1 # v1 API from wx.lib.pubsub import setupv2 # v2 API by default in wx.lib.pubsub is used v1 API -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
