On 9/16/11 8:37 PM, Hyeonseung I wrote:
I`m trying to make an app bundle via py2app from a project using wxPython and
it`s pub feature.
But there is a problem whenever running the app.
In my code, Publisher is imported as:
from wx.lib.pubsub import Publisher as pub
...
But when I run the ap
Hi,
I`m trying to make an app bundle via py2app from a project using wxPython and
it`s pub feature.
But there is a problem whenever running the app.
In my code, Publisher is imported as:
from wx.lib.pubsub import Publisher as pub
and use:
pub.subscribe(self.OnImageUpdated, 'image.updated')
But
On Thu, Sep 15, 2011, Neacsa Bogdan Valentin wrote:
>
> So I've created an app using py2app. It has a rather large number
> of dependencies but I've managed to make it work on my PC (Mac OS X
> 10.5.8). However now I'm testing it on a different machine (still a
> Mac OS 10.5.8) and it won't work.
>