On Tuesday, December 13, 2011 01:21:36 AM Daniel Hyams wrote: Hi Daniel,
Thanks a lot for looking into this. I have tested your attached files and copied the hooks to the hooks directory. Unfortunately on my Windows XP installation with wxpython 2.8.12.1 (python 2.7) things still don't quite work out. the arg1 version freezes ok and fails when running with a message: ========================================== import errno # builtin import _weakref # builtin import _sre # builtin import operator # builtin import _functools # builtin import _locale # builtin import wx._gdi_ # dynamically loaded from C: \Temp\pubsub\dist\test_wxpubsub_arg \wx._gdi_.pyd import wx._windows_ # dynamically loaded from C: \Temp\pubsub\dist\test_wxpubsub arg1\wx._windows_.pyd import wx._controls_ # dynamically loaded from C: \Temp\pubsub\dist\test_wxpubsu _arg1\wx._controls_.pyd import wx._misc_ # dynamically loaded from C: \Temp\pubsub\dist\test_wxpubsub_ar 1\wx._misc_.pyd Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: cannot import name Publisher RC: -1 from test_wxpubsub_arg1 OK. C:\Temp\pubsub> ============================= your kwargs version now freezes ok and runs ok. Thanks for that. 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.
