Re: Having no luck installing Twisted 15.3.0

2015-08-28 Thread Laura Creighton
Glad to see it's working. Looking at the notes for 'how to talk to the cheese packaging machine in Oslo' which is where I remember this problem, it seems my fix may be MaxOS specific, anyhow. Laura -- https://mail.python.org/mailman/listinfo/python-list

Re: Having no luck installing Twisted 15.3.0

2015-08-28 Thread Skip Montanaro
> I've seen this. > > You used pip to install zope.interface, right? > pip installed the thing someplace like: > /usr/local/lib/python2.7/dist-packages/zope > > You want to find it in /usr/share/pyshared/zope/interface/ > > Solution, make a link. Alas... I don't think so. The zope.interface stuff

Re: Having no luck installing Twisted 15.3.0

2015-08-28 Thread Laura Creighton
In a message of Fri, 28 Aug 2015 12:01:40 -0500, Skip Montanaro writes: >One of our users needs Twisted. I built and installed 15.3.0. When I >tried to import it, it complained: > >ImportError Twisted requires zope.interface 3.6.0 or later. > >Skip I've seen this. You used pip to install zope.in

Re: Having no luck installing Twisted 15.3.0

2015-08-28 Thread Skip Montanaro
On Fri, Aug 28, 2015 at 12:01 PM, Skip Montanaro wrote: > One of our users needs Twisted. I built and installed 15.3.0. When I > tried to import it, it complained: > > ImportError Twisted requires zope.interface 3.6.0 or later. > > So I downloaded, built and installed the latest version of > zope.