Re: [Pythonmac-SIG] py2app wx.lib.pubsub.Publisher problem

2011-09-17 Thread Chris Barker
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

[Pythonmac-SIG] py2app wx.lib.pubsub.Publisher problem

2011-09-17 Thread Hyeonseung I
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

Re: [Pythonmac-SIG] py2app zlib error

2011-09-17 Thread Aahz
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. >