Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95742
| 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 | <lac@openend.se> |
| 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 <skip.montanaro@gmail.com> |
| cc | Python <python-list@python.org>, lac@openend.se |
| From | Laura Creighton <lac@openend.se> |
| Subject | Re: Having no luck installing Twisted 15.3.0 |
| In-reply-to | <CANc-5UxTDgoDisJ_d7i53LzLGTd+2Bm76okipTYR+3x-UC-hKg@mail.gmail.com> |
| References | <CANc-5UxTDgoDisJ_d7i53LzLGTd+2Bm76okipTYR+3x-UC-hKg@mail.gmail.com> |
| Comments | In-reply-to Skip Montanaro <skip.montanaro@gmail.com> 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.113.1440783872.11709.python-list@python.org> (permalink) |
| 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 |
Show key headers only | 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
Re: Having no luck installing Twisted 15.3.0 Laura Creighton <lac@openend.se> - 2015-08-28 19:44 +0200
csiph-web