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

Content added Content deleted
imported>Naomi
imported>Naomi
Line 16: Line 16:
</li>
</li>
<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.
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.<br><br>


NOTE: if the last package fails to install, but complains about needing setuptools, you should download and install this file:
'''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
* 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.
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
For full instructions and links to versions for other versions of Python, go to this link http://pypi.python.org/pypi/setuptools/#windows
</li>
</li>
</ol>
</ol>