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


Groups > comp.lang.python > #95742 > unrolled thread

Re: Having no luck installing Twisted 15.3.0

Started byLaura Creighton <lac@openend.se>
First post2015-08-28 19:44 +0200
Last post2015-08-28 19:44 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#95742 — Re: Having no luck installing Twisted 15.3.0

FromLaura Creighton <lac@openend.se>
Date2015-08-28 19:44 +0200
SubjectRe: Having no luck installing Twisted 15.3.0
Message-ID<mailman.113.1440783872.11709.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web