MRAB <pyt...@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 -- http://mail.python.org/mailman/listinfo/python-list