[Pythonmac-SIG] Dependency between pyobjc and py2app?

2013-06-04 Thread Dinu Gherman
Hi, after a longer break I've been looking into PyObjC again, installed a fresh framework-built Python followed by the pyobjc package as de- scribed here: http://pythonhosted.org/pyobjc/install.html Then, running a few samples from this page: http://pythonhosted.org/pyobjc/examples/index.h

Re: [Pythonmac-SIG] Dependency between pyobjc and py2app?

2013-06-04 Thread Ronald Oussoren
On 4 Jun, 2013, at 16:55, Dinu Gherman wrote: > Hi, > > after a longer break I've been looking into PyObjC again, installed > a fresh framework-built Python followed by the pyobjc package as de- > scribed here: > > http://pythonhosted.org/pyobjc/install.html > > Then, running a few samples