On Tue, 19 Oct 2010 10:44:16 -0400, Daniel Hyams <[email protected]> wrote: > Have already done both :( > > I believe the problem arises because pubsub manipulates __path__ in order > to > pick between the v1 and v2 api's, but I just can't quite figure out what to > put in the hooks file for wx.lib.pubsub to force it to import v1 of the > api, > which happens to be what I'm using.
Yes, I think __path__ manipulation is the one to blame here. 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? -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- 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.
