[Pythonmac-SIG] zc.buildout recipe for pyobjc projects

2007-08-27 Thread Tobias Rodäbel
Hi list, I've written a ZC Buildout recipe that helps to create pyobjc application bundles by using py2app and PyObjC. It aims to provide handling eggs within a zc.buildout environment. Now I am wondering about how to name it and in which repository (svn) I should check this in. My suggest

Re: [Pythonmac-SIG] zc.buildout recipe for pyobjc projects

2007-08-27 Thread Ronald Oussoren
On Monday, August 27, 2007, at 04:14PM, "Tobias Rodäbel" <[EMAIL PROTECTED]> wrote: >Hi list, > >I've written a ZC Buildout recipe that helps to create pyobjc >application bundles by using py2app and PyObjC. It aims to provide >handling eggs within a zc.buildout environment. Now I am wonderi

Re: [Pythonmac-SIG] zc.buildout recipe for pyobjc projects

2007-08-27 Thread Tobias Rodäbel
Hi Ronald, On 08/27/2007, at 16:49 Ronald Oussoren wrote: > > I'm not entirely happy with the usage of the pyobjc namespace. I > see several patterns being used on PyPI for this: > .recipe. and . seem to be the > ones used most. IMHO the former communicates more clearly that this > is a bu

[Pythonmac-SIG] Py2App and third-party .egg dependencies installed through easy_install

2007-08-27 Thread Owen Jacobson
Hi, I'm using an easy_install'ed copy of ZSI 2.0rc3, residing in ~/Library/Python/2.5/site-packages/ as ZSI-2.0_rc3-py2.5.egg. I have a py2app-enabled setup.py that reads as follows: #!/usr/bin/env python from setuptools import setup Plist = dict(CFBundleDocumentTypes= [], CFBundle