Boston Python Workshop/Friday handout: Difference between revisions

imported>Lsblakk
imported>Lsblakk
Line 60:
>>> import Tkinter
 
If that command results in an <code>ImportError</code>, ('''need[http://tkinter.unpythonic.net/wiki/How_to_install_Tkinter instructions for installing Tkinter here''')] and if you have problems let a staff member know and we'll help get your dependencies set upyou. (*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>
<li>Run the example effects:
<ul>
Anonymous user