Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95742

Re: Having no luck installing Twisted 15.3.0

From Laura Creighton <lac@openend.se>
Subject Re: Having no luck installing Twisted 15.3.0
References <CANc-5UxTDgoDisJ_d7i53LzLGTd+2Bm76okipTYR+3x-UC-hKg@mail.gmail.com>
Date 2015-08-28 19:44 +0200
Newsgroups comp.lang.python
Message-ID <mailman.113.1440783872.11709.python-list@python.org> (permalink)

Show all headers | View raw


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.
<snip>
>
>Skip

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.

Laura

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Having no luck installing Twisted 15.3.0 Laura Creighton <lac@openend.se> - 2015-08-28 19:44 +0200

csiph-web