On Wednesday, December 14, 2011 12:36:53 AM Daniel Hyams wrote: HI Daniel,
Thanks for all your effort. > I unfortunately have not been able to get setupv1 to work. It has a couple > of problems that I do not know how to surmount. The first is that it > asserts if it finds that it has more than one path in its own __path__; > when frozen, this will be the case, so the assert fails. The assert was > unnecessary, so I removed it...but then, freezing with the v1 api active is > successful, but nothing happens when the pubsub messages are sent, for a > reason I was unable to determine. > Thats is unfortunate but so be it. > I did take a quick look at GNUmed, and it looks like it would be a trivial > matter to convert it to use the v3 api. Just put "from wx.lib.pubsub > import setuparg1" before the importing of wx.lib.pubsub in gmGuiMain.py, > and then replace all instances of Publisher() with pub, and it should work > fine (there are about ten of them). > I have done tests yesterday and those get as far as I can freeze successfully. However when acutally running the code I get some syntax errors. Will have another look today. 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.
