mirror of https://github.com/scrapy/scrapy.git
added warning about twisted bug 3707 and installing pywin32
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401043
This commit is contained in:
parent
8e7d5f69ec
commit
2bc0cdbaab
|
|
@ -58,3 +58,12 @@ variable won't work because Twisted (the library used by Scrapy to download
|
|||
pages) doesn't support it. See `this Twisted ticket
|
||||
<http://twistedmatrix.com/trac/ticket/2714>`_ for more info.
|
||||
|
||||
Scrapy crashes with: ImportError: No module named win32api
|
||||
----------------------------------------------------------
|
||||
|
||||
You need to install `pywin32`_ because of `this Twisted bug`_.
|
||||
|
||||
.. _pywin32: http://sourceforge.net/projects/pywin32/
|
||||
.. _this Twisted bug: http://twistedmatrix.com/trac/ticket/3707
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Requirements
|
|||
============
|
||||
|
||||
* `Python <http://www.python.org>`_ 2.5 or 2.6
|
||||
* `Twisted <http://twistedmatrix.com>`_ 8.0 or above
|
||||
* `Twisted <http://twistedmatrix.com>`_ 2.5.0, 8.0 or above (Windows users: you may need to install `pywin32`_ because of `this Twisted bug`_)
|
||||
* `libxml2 <http://xmlsoft.org>`_ (2.6.28 or above recommended)
|
||||
|
||||
Optional:
|
||||
|
|
@ -83,10 +83,13 @@ Windows
|
|||
|
||||
Download and install:
|
||||
|
||||
1. `Twisted for Windows <http://twistedmatrix.com/trac/wiki/Downloads>`_
|
||||
1. `Twisted for Windows <http://twistedmatrix.com/trac/wiki/Downloads>`_ - you may need to install `pywin32`_ because of `this Twisted bug`_
|
||||
2. `PyOpenSSL for Windows <http://sourceforge.net/project/showfiles.php?group_id=31249>`_
|
||||
3. `libxml2 for Windows <http://users.skynet.be/sbi/libxml-python/>`_
|
||||
|
||||
.. _pywin32: http://sourceforge.net/projects/pywin32/
|
||||
.. _this Twisted bug: http://twistedmatrix.com/trac/ticket/3707
|
||||
|
||||
Install Scrapy
|
||||
==============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue