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

m
imported>Aisha
imported>Codersquid
 
(4 intermediate revisions by one other user not shown)
Line 16:
</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, and finally to the python 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:
Line 33:
 
<pre>
cd C:\Users\jesstess\Desktop\python\httplib2-0.6.0
</pre>
 
Line 68:
===Test the Twitter code===
 
Start a command prompt and navigate to the Desktop\Twitter directory where the Twitter code lives. For example, if the Twitter project is at <code>C:\Users\jesstess\Desktop\python\Twitter</code> (or <code>C:\Documents and Settings\jesstess\Desktop\python\Twitter</code> for Win XP or earlier),
 
for Win Vista or Win 7
 
<pre>
cd C:\Users\jesstess\Desktop\python\Twitter
</pre>
 
or for Win XP users or earlier:
 
<pre>
cd C:\UsersDocuments and Settings\jesstess\Desktop\python\Twitter
</pre>
 
Anonymous user