Hi all, This is just to summarize the finding.
When moving from wxpython 2.8.10 to 2.8.11 and higher one has to deal with a different pubsub implementation. There seems to be three API versions. setupv1: This supposedly is compatible with the old version form wxpython 2.8.10 and handles statements such as wx.lib.pubsub.Pubish()subscribe() - This is not yet supported in pyinstaller arg1: this supposedly is some some sort of compatibily mode of the newer v3 api - this is handled with the hooks provided recently. Test code seems to work. - as far as I can tell upstream changes to source code is neccessary in a way that syntax like topics = ' ' is not supported and methods such as subscribe require two arguments instead of just one like in the old API kwargs: This is the v3 api which I have not tried but test cases and a hook supplied recently indicate that it works with pyinstaller. Sebastian -- 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.
