Jump to content

Boston Python Workshop/Friday handout: Difference between revisions

imported>Lsblakk
imported>Lsblakk
Line 55:
</ul>
</li>
<li>The ColorWall project hasdepends noon Tkinter dependencieswhich tois installpre-installed on common, modernsome Windows, OS X, and Linux* distributions. To confirmcheck thatif you have noTkinter dependenciesinstalled, toopen install,your atTerminal/cmd awindow and start your Python prompt run:
python
 
<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). After you are done at the Python prompt, exit to the regular terminal by typing <code>exit()</code> and hitting enter.</li>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.