Changes

Jump to: navigation, search

How to Install Scrapy in 64-bit Windows 7

223 bytes added, 16:45, 26 November 2011
no edit summary
#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)
#Install w3lib
##Open a command prompt (Start -> ''Search programs and files'' -> "cmd")
##Navigate to your Python Scripts Folder (nominally "C:\Python27\Scripts")
##Type "easy_install w3lib" and hit enter
#Now we just need to add the Python Scripts folder to the System Path so we can use scrapy
##Click the "Start Menu" button and Right Click on "Computer" and select "Properties"
##*Be sure not to disturb or change any of the existing information there
##Hit OK, OK,OK, X
#  *You MIGHT have to install PyWin32. I did so in an effort to fix another problem as it was recommended on by the Scrapy siteInstallation 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.win32-py2.7.exe from http://sourceforge.net/projects/pywin32/files/pywin32/Build216/
##Double click the downloaded file & install the software

Navigation menu