From 2121a30c74f206f22e2fc553d6391d22254b9c2b Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 24 Apr 2010 18:19:52 -0300 Subject: [PATCH] added note about installing Zope.Interface in windows platforms --- docs/intro/install.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index b941dfead..a4de52d83 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -18,8 +18,8 @@ Requirements * `Python`_ 2.5 or 2.6 (3.x is not yet supported) -* `Twisted`_ 2.5.0, 8.0 or above (Windows users: you may need to install - `pywin32`_ because of `this Twisted bug`_) +* `Twisted`_ 2.5.0, 8.0 or above (Windows users: you'll need to install + `Zope.Interface`_ and maybe `pywin32`_ because of `this Twisted bug`_) * `libxml2`_ (versions prior to 2.6.28 are known to have problems parsing certain malformed HTML, and have also been reported to contain leaks, so 2.6.28 or above is highly recommended) @@ -27,6 +27,7 @@ Requirements .. _Twisted: http://twistedmatrix.com .. _libxml2: http://xmlsoft.org .. _pywin32: http://sourceforge.net/projects/pywin32/ +.. _Zope.Interface: http://pypi.python.org/pypi/zope.interface#download .. _this Twisted bug: http://twistedmatrix.com/trac/ticket/3707 Optional: @@ -121,9 +122,11 @@ Download and install: 1. `Twisted for Windows `_ - you may need to install `pywin32`_ because of `this Twisted bug`_ -2. `libxml2 for Windows `_ +2. Install `Zope.Interface`_ (required by Twisted) -3. `PyOpenSSL for Windows `_ +3. `libxml2 for Windows `_ + +4. `PyOpenSSL for Windows `_ .. _intro-install-step3: