[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

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

[Tutor] CGI Script Fails on import cgi

2009-11-09 Thread Kristin Wilcox
Hello, As I've mentioned on the list before, I'm very new to Python and programming in general. Now I'm trying my hand at writing very very simple CGI scripts. I basically wanted to try play with cgi scripting as I feel my way around Python. I'm uploading to my account on my university's server.

[Tutor] module name completion suggestions drop down?

2009-11-11 Thread Kristin Wilcox
Hello, I was wondering about something I've seen in people's video tutorials -- these people are using IDLE like I am, but they get these drop down suggestions for module names that I'm not experiencing. The user starts typing a built-in method and suggestions of possible methods that start with

Re: [Tutor] Should a beginner learn Python 3.x

2009-11-14 Thread Kristin Wilcox
I started as an absolute beginner to with programming with Python 3. I remain a beginner but I've now installed 2.6 as well, because I found that some of the modules I wanted to use weren't available for 3.x. My personal experience was that the available literature/tutorials wasn't really a proble