Re: [Pyobjc-dev] Bundling trunk version of PyObjC
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-11-24 12:57:15
|
On 24 Nov, 2009, at 8:19, Orestis Markou wrote: > Hello, > > I would like to use the latest version (SVN) of PyObjC in my applications, both on 10.5 and on 10.6 (10.6 ships with a version of PyObjC that doesn't work with my apps). > > I'm having trouble building everything and getting it to work. I tried to modify the 02-develop-all.sh script to install instead of develop, but it seems not to be working. I will have to try again to give more information there. > > Is there an easy way to produce a build of PyObjC + Frameworks that can be easily dropped into an app bundle and used? > > The app should run on stock Python 2.5 on 10.5 and 10.6. I'll upload a new release to pypi later today. When that's done 'easy_install pyobjc==2.2' should work. PyObjC 2.2 will be the version that's currently in the repository, with updated version numbers. Ronald |