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(
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
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
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
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
>