i figured it out. its actually because i'm using python 3.1. for python
3.0+, many of the packages are lowercased, tkinter being one of them and so
thats why i wan getting a module not found error . . . thanks for getting
back to me.
manzur
On Tue, Jul 28, 2009 at 8:06 PM, Jan Kaliszewski wro
28-07-2009 o 17:17 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.
[snip]
i tried to google search this and there were some threads that were
saying
to install tcl but t
MRAB 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
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.
# Simple GUI
# Demonstrates creating a window
from Tkinter import *
# create the root window
root = Tk ()
# modify the win