Daniel Hyams píše v Út 19. 10. 2010 v 10:12 -0400:
> wx.lib.pubsub is only one of the many modules that I'm importing from
> wxPython, though.  I import wx, wx.grid, wx.stc, and many others.
> pubsub is the only one that is causing any issues.

maybe explicitly setting the API version could help somehow

from wx.lib.pubsub import setupv1

and maybe running building of your app with the -O python options (the
pubsub library contain some asserts which could fail when running as
frozen - with '-O' - python will ignore asserts)

python -O Build.py your_spec_file.spec

-- 
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.

Reply via email to