On 30 Jul, 2010, at 18:24, Russell Owen wrote:
> Fixing py2app would be great, but perhaps it would suffice to document the
> problem and let the user of py2app to fix the bizarre install left by pip.
As pip is a fairly popular tools fixing the the issue in py2app would be
better.
>
> I'll
Fixing py2app would be great, but perhaps it would suffice to document
the problem and let the user of py2app to fix the bizarre install left
by pip.
I'll file some kind of "complaint" against pip -- though I would not
be at all surprised if this was a side effect of setuptools;
easy_inst
On 22 Jul, 2010, at 19:06, Russell E. Owen wrote:
>>>
>>
>> How did you install zope.interface? Basically which easy_install or pip
>> command-line did you use to install?
>
> I used "pip install zope.interface".
When you use "pip install" to install packages namespace packages get installed
In article <793a2d4f-e7f2-4285-9d8e-6c7588251...@mac.com>,
Ronald Oussoren wrote:
> On 21 Jul, 2010, at 22:24, Russell E. Owen wrote:
>
> > A py2app-built application stopped building properly recently after
> > various upgrades. It would fail immediately on startup complaining that
> > it co
I used "pip install zope.interface".
-- Russell
On Jul 22, 2010, at 7:05 AM, Ronald Oussoren wrote:
On 21 Jul, 2010, at 22:24, Russell E. Owen wrote:
A py2app-built application stopped building properly recently after
various upgrades. It would fail immediately on startup complaining
that
On 21 Jul, 2010, at 22:24, Russell E. Owen wrote:
> A py2app-built application stopped building properly recently after
> various upgrades. It would fail immediately on startup complaining that
> it could not find zope.interface. The app uses Twisted, which is why it
> needs zope.interface.
>
A py2app-built application stopped building properly recently after
various upgrades. It would fail immediately on startup complaining that
it could not find zope.interface. The app uses Twisted, which is why it
needs zope.interface.
I tried adding "zope" or "zope.interface" to "packages", but