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


Groups > comp.lang.python > #95740

Re: Having no luck installing Twisted 15.3.0

References <CANc-5UxTDgoDisJ_d7i53LzLGTd+2Bm76okipTYR+3x-UC-hKg@mail.gmail.com>
Date 2015-08-28 12:10 -0500
Subject Re: Having no luck installing Twisted 15.3.0
From Skip Montanaro <skip.montanaro@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.112.1440782295.11709.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Aug 28, 2015 at 12:01 PM, Skip Montanaro
<skip.montanaro@gmail.com> 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.interface (4.1.2). Still it complains. So I tried 3.7.0. Same
> old, same old. The I installed precisely 3.6.0. Still it complains
> that I need 3.6.0. Looking at the INSTALL file for Twisted, I can't
> see anything else which would be absolutely required to import it.

*sigh* never mind. It's TWW's fault. They install an older version of
zope.interface (3.3.0), then smash sys.path together in such a way
that their packages *always* appear toward the front of the list. The
only way to "override" their stuff is to delete it or move it out of
the way.

Skip

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


Thread

Re: Having no luck installing Twisted 15.3.0 Skip Montanaro <skip.montanaro@gmail.com> - 2015-08-28 12:10 -0500

csiph-web