Chicago Python Workshop/Chicago Python Workshop 1/Friday/Windows project dependencies: Difference between revisions

imported>Codersquid
(Created page with "==Twitter== 200px ===Download and extract the Twitter project dependencies=== <ol> <li>Click and save these four dependencies to your Desktop directory...")
 
imported>Naomi
Line 12:
* http://mit.edu/jesstess/www/BostonPythonWorkshop6/Twitter/python-twitter.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop6/Twitter/python-oauth2.zip
 
 
</li>
<li>
The ".zip" extension on the above files indicates that they are compressed Zip archives. We need to "extract" their contents. To do this, click on "Start", then "Computer", and navigate to your Desktop directory. For each of the 4 zip files, click on the file and click the "Extract all files" button to extract the contents. This will create a directory for each file, containing the source code for the dependency.
 
NOTE: if the last package fails to install, but complains about needing setuptools, you should download and install this file:
 
* http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe#md5=57e1e64f6b7c7f1d2eddfc9746bbaf20
 
Just save this file to your computer then double click on it to run the installer.
 
For full instructions and links to versions for other versions of Python, go to this link http://pypi.python.org/pypi/setuptools/#windows
</li>
</ol>
Anonymous user