Boston Python Workshop/Friday handout: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 61: Line 61:
== Section 3: ColorWall Setup==
== Section 3: ColorWall Setup==


<ol>
The ColorWall project has no dependencies to install on common, modern Linux, OS X, and Windows distributions*. To confirm that you have no dependencies to install, at Python prompt run:
<li>Download the ColorWall project from http://mit.edu/jesstess/www/BostonPythonWorkshop
<ul>
<li>Windows users, try http://mit.edu/jesstess/www/BostonPythonWorkshop/ColorWall.zip first. The file should automatically get uncompressed when you download it.</li>
<li>OS X and Linux users can use either the .zip or .tar.gz file.</li>
</ul>
</li>
<li>The ColorWall project has no dependencies to install on common, modern Linux, OS X, and Windows distributions*. To confirm that you have no dependencies to install, at Python prompt run:


<code>import Tkinter</code>
<pre>import Tkinter</pre>


If that command results in an <code>ImportError</code>, let a staff member know and we'll help get your dependencies set up. (*On some Debian installation, when you <code>import Tkinter</code> it will tell you that you need to install the <code>python-tk</code> package, which you should do)
If that command results in an <code>ImportError</code>, let a staff member know and we'll help get your dependencies set up. (*On some Debian installation, when you <code>import Tkinter</code> it will tell you that you need to install the <code>python-tk</code> package, which you should do)</li>
</ol>


== Section 4: Configuring your accounts on the web ==
== Section 4: Configuring your accounts on the web ==