Re: [Pythonmac-SIG] py2app not happy with zope.interface

2010-07-31 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] py2app not happy with zope.interface

2010-07-30 Thread Russell Owen
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

Re: [Pythonmac-SIG] py2app not happy with zope.interface

2010-07-29 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] py2app not happy with zope.interface

2010-07-22 Thread Russell E. Owen
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

Re: [Pythonmac-SIG] py2app not happy with zope.interface

2010-07-22 Thread Russell Owen
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

Re: [Pythonmac-SIG] py2app not happy with zope.interface

2010-07-22 Thread Ronald Oussoren
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. >

[Pythonmac-SIG] py2app not happy with zope.interface

2010-07-21 Thread Russell E. Owen
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