1,575
edits
Changes
no edit summary
#Now download the Scrapy 0.14 Windows installer from http://pypi.python.org/pypi/Scrapy
#Double click the Scrapy Installer and everything should work fine.
#Download and install Twisted 11.1.0 for Python 2.7 64 bits from http://twistedmatrix.com/trac/wiki/Downloads
#Download and install Zope.Interface
##Download ez_setup.py from http://peak.telecommunity.com/dist/ez_setup.py (right click & save), then double click it to install
##Download zope.interface-3.8.0-py2.6-win-amd64.egg from http://pypi.python.org/pypi/zope.interface/3.8.0#downloads
##Open a command prompt (type "cmd" into the same ''Search programs and files'' pane as above) and navigate to your Python Scripts folder (something like "cd C:\Python27\Scripts")
##type "easy_install C:\Downloads\zope.interface-3.8.0-py2.6-win-amd64.egg" (replacing C:\Downloads\ with wherever you downloaded Zope.Interface to) and hit enter
#Download and install libxml 2.7.7+ for Python 2.7 from http://users.skynet.be/sbi/libxml-python/
#Download and install pyOpenSSL-0.9.win32-py2.6.msi from http://sourceforge.net/projects/pyopenssl/files/pyopenssl-win/0.9/
#*When it ask you to navigate to a Python 2.6 Directory, just point it to your Python 2.7 Directory (C:\Python27 by default)
=== References ===
*http://selfsolved.com/problems/setuptools-06c11-fails-to-instal/s/63 (Thanks for the comment Lathrop)
*http://readthedocs.org/docs/scrapy/en/0.14/faq.html#does-scrapy-work-with-python-3-0