HackCandy wrote: > Hello All, > > I am pretty much new to Python. I tried running a script and it > breaks at the first line itself.
<snip> > ERROR: > ----------------------------------------------------- > Traceback (most recent call last): > File "/home/root/bin/test.py", line 34, in <module> > from Tkinter import * > ImportError: No module named Tkinter You need to install the python tkinter module, you can do this by running: opkg install python-tkinter. Unlike desktop distributions of Python most of the core python modules are packaged separately to reduce space usage. Cheers, Mike. _______________________________________________ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel