1,575
edits
Changes
→Install Procedure
#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_setupdistribute_setup.py from http://peakpython-distribute.telecommunity.com/distorg/ez_setupdistribute_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")
*You MIGHT have to install PyWin32. I did so in an effort to fix another problem as it was recommended by the Scrapy Installation Guide. Although it didn't fix the problem I was targeting it may have prevent other problems from arising. Install PyWin32 if you are having problems
*#Download pywin32-216.win32win-amd64-py2.7.exe from http://sourceforge.net/projects/pywin32/files/pywin32/Build216/
*#Double click the downloaded file & install the software