On Apr 13, 2:29 pm, Alan G Isaac wrote:
> > On Apr 13, 11:26 am, Alan G Isaac
> > wrote:
> >> Why do I get the ImportError below?
> >> What is the right way to do this?
> >> Thanks,
> >> Alan Isaac
> >> Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC
> >> v.1310 32 bit (Intel)] on win32 Typ
On Apr 13, 11:26 am, Alan G Isaac
wrote:
Why do I get the ImportError below?
What is the right way to do this?
Thanks,
Alan Isaac
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC
v.1310 32 bit (Intel)] on win32 Type "help", "copyright",
"credits" or "license" for more information.
On Apr 13, 11:26 am, Alan G Isaac wrote:
> Why do I get the ImportError below?
> What is the right way to do this?
> Thanks,
> Alan Isaac
>
> Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
> on win32
> Type "help", "copyright", "credits" or "license" for more informa
Why do I get the ImportError below?
What is the right way to do this?
Thanks,
Alan Isaac
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter as tk
>>> root=tk.Tk()
>>> im