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


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

Re: Having no luck installing Twisted 15.3.0

Started bySkip Montanaro <skip.montanaro@gmail.com>
First post2015-08-28 12:10 -0500
Last post2015-08-28 12:10 -0500
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 Skip Montanaro <skip.montanaro@gmail.com> - 2015-08-28 12:10 -0500

#95740 — Re: Having no luck installing Twisted 15.3.0

FromSkip Montanaro <skip.montanaro@gmail.com>
Date2015-08-28 12:10 -0500
SubjectRe: Having no luck installing Twisted 15.3.0
Message-ID<mailman.112.1440782295.11709.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web