Hai… I have hanged up somewhere in developing GUI with Tkinter. I’ve some sample programs with me , I’m using Python 2.7.9 on Raspbarry pi - jessie OS.
when thats executed it throws an error as " ImportError: No module named tkinter '. Could you help me out in this
Hi Arun,
In reference to a video from Chapter 4 of our Raspberry Pi Workshop.
For Python 3 you import tkinter
(lower-case T) and in Python 2 you import Tkinter
(capital T).
I hope this helps!
-Michael
2 Likes
Yes it helped, Michael… Thanks
1 Like