[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

Re: [Pythonmac-SIG] Py2App and third-party .egg dependencies

2007-08-28 Thread Owen Jacobson
On 8/28/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On Tuesday, August 28, 2007, at 09:58AM, "Tobias Rodäbel" <[EMAIL PROTECTED]> > wrote: > >Hi Owen, > > > >py2app (in particula modulegraph) cannot handle eggs in the right way. > > ... yet. I have a patch for py2app & friends that deals w