1,575
edits
Changes
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)
#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"
##Click "Advanced system settings" in the left bar
##Click "Environment Variables..."
##Find the "Path" variable in the (lower) System variables Pane and double click on it
##Click in the "Variable value:" pane and hit the "End" button
##Type, or paste, ";C:\Python27\Scripts\" (modify for wherever you installed Python) at the end of the line
##*Be sure not to disturb or change any of the existing information there
##Hit OK, OK,OK, X