Re: [Tutor] problem adding Tkinter

2009-10-31 Thread Alan Gauld
"Kristin Wilcox" wrote [This is my problem:] I've been using IDLE successfully to do very very simple exercises in Python, and now I wanted to start on some very simple exercises including the Tkinter library. Which vwersuion of Python are you using? In version 3 Tkinter has been renamed to

Re: [Tutor] problem adding Tkinter

2009-10-30 Thread Dave Angel
Kristin Wilcox wrote: I apologize in advance for asking such a simple question! I first tried looking through Google, and through the last couple months of this list's archives, and I found some talk about my issue out there but not a detailed enough answer to help someone as new as me. This is

Re: [Tutor] problem adding Tkinter

2009-10-30 Thread Kristin Wilcox
SORRY TO ALL: PLEASE DISREGARD MY LAST EMAIL. I kept searching through the Tutor archives and found an answer in the Feb archives. (In Python 3 you have to type tkinter in all lower case.) Thanks all, Kristin On Fri, Oct 30, 2009 at 5:21 PM, Kristin Wilcox wrote: > I apologize in advance for as

[Tutor] problem adding Tkinter

2009-10-30 Thread Kristin Wilcox
I apologize in advance for asking such a simple question! I first tried looking through Google, and through the last couple months of this list's archives, and I found some talk about my issue out there but not a detailed enough answer to help someone as new as me. This is my first programming lan