Path: csiph.com!news.mixmin.net!feeder1.xsusenet.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'cc:name:python': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'twisted': 0.16; 'laura': 0.18; 'skip': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'cc:2**1': 0.22; 'cc:no real name:2**0': 0.22; 'import': 0.24; 'install': 0.25; "i've": 0.25; 'installed': 0.26; 'fri,': 0.27; 'this.': 0.28; '-0500,': 0.29; 'received:se': 0.29; 'skip:/ 40': 0.29; 'solution,': 0.29; 'right?': 0.33; 'subject:: ': 0.37; 'link.': 0.37; 'charset:us-ascii': 0.37; 'skip:z 10': 0.38; 'header:Message-Id:1': 0.61; 'our': 0.64; 'header:In-reply-to:1': 0.84; 'pip': 0.84; 'skip:/ 30': 0.84 To: Skip Montanaro cc: Python , lac@openend.se From: Laura Creighton Subject: Re: Having no luck installing Twisted 15.3.0 In-reply-to: References: Comments: In-reply-to Skip Montanaro message dated "Fri, 28 Aug 2015 12:01:40 -0500." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <20805.1440783854.1@fido> Date: Fri, 28 Aug 2015 19:44:14 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 28 Aug 2015 19:44:18 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440783872 news.xs4all.nl 23748 [2001:888:2000:d::a6]:50182 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95742 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.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