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

2011-09-18 Thread Hyeonseung I
bscribe(self.OnImageUpdated, 'image.updated') 2011. 9. 18., 오전 2:32, Werner F. Bruhin 작성: > On 09/17/2011 05:37 AM, Hyeonseung I wrote: >> >> Hi, >> >> I`m trying to make an app bundle via py2app from a project using wxPython >> and it`s pub

[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