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

2007-08-28 Thread Tobias Rodäbel
Hi Owen, py2app (in particula modulegraph) cannot handle eggs in the right way. unzip the ZSI egg into a directory with the same name, delete the egg and try the following setup.py = snip = #!/usr/bin/env python from setuptools import setup Plist = dict(

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

2007-08-28 Thread Ronald Oussoren
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 with zipped packages on sys.path (that is, zipped eggs), but haven't

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

2007-08-28 Thread Tobias Rodäbel
On Tuesday, August 28, 2007, at 13:07 Ronald Oussoren 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 th

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

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

2007-08-28 Thread Ronald Oussoren
On 28 Aug, 2007, at 22:49, Tobias Rodäbel wrote: > On Tuesday, August 28, 2007, at 13:07 Ronald Oussoren 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 >