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.

On Tue, Oct 19, 2010 at 10:34 AM, Martin Zibricky <[email protected]>wrote:

> 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]<pyinstaller%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/pyinstaller?hl=en.
>
>


-- 
Daniel Hyams
[email protected]

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