Boston Python Workshop/Friday handout: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
Line 39: Line 39:


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>
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>
<li>Run the example effects</li>
<li>Run the example effects:
<ul>
<li>On Windows, assuming the ColorWall software was downloaded to <code>\Downloads\ColorWall</code>, run <code>\Python27\python.exe \Downloads\ColorWall\run.py</code></li>
<li>On OS X, assuming the ColorWall software was downloaded to <code>~/Downloads/ColorWall</code>, run <code>python ~/Downloads/ColorWall/run.py</code></li>
<li>On Linux, assuming the ColorWall software was downloaded to <code>~/Downloads/ColorWall</code>, run <code>python ~/Downloads/ColorWall/run.py</code></li>
</ul>
</li>
</ol>
</ol>



== (Optional) Setting up the web app ==
== (Optional) Setting up the web app ==