need help using Tkinter
Mark Roseman
mark at markroseman.com
Tue Jul 28 16:47:14 EDT 2009
MRAB <python at mrabarnett.plus.com> wrote:
> Manzur Ahmed wrote:
> > i wanted to ask you if one of you could help me to use Tkinter. i'm
> > trying to just create a simple GUI for which I have provided the code
> > for below.
> There are some differences between Python 3.x and Python 2.x. In Python
> 3.1 the module is called "tkinter", not "Tkinter" (names are
> case-sensitive).
Further to the above, you can find my Tkinter tutorial (which uses
Python 3.x) at http://www.tkdocs.com -- I hope this will provide some
help in getting up to speed.
Mark
More information about the Python-list
mailing list