Re: very simple tkinter demo program

2005-04-10 Thread Samantha
Thanks that worked. S "max(01)*" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Samantha wrote: >> I can not get it to run. >> S > > sorry about that. baybe it is a conflict between tabstop width in my > editor and in my newsreader. > > i substituted tabs with spaces and i hope now

Re: very simple tkinter demo program

2005-04-10 Thread Harlin Seritt
Max, Thanks and good job! Harlin -- http://mail.python.org/mailman/listinfo/python-list

Re: very simple tkinter demo program

2005-04-10 Thread max(01)*
Samantha wrote: I can not get it to run. S sorry about that. baybe it is a conflict between tabstop width in my editor and in my newsreader. i substituted tabs with spaces and i hope now you can run it. bye macs cuthere from Tkinter import * class MiaApp: def __init__(self, genitore):

Re: very simple tkinter demo program

2005-04-09 Thread Daniel Bickett
max(01)* wrote: > > i also used try-except for checking for invalid files. > [...] > > i'd like to hear your suggestions and comments for improving it. Without actually reading your code, if I may, I would suggest using the os module to confirm that a file exists rather than waiting for an erro

Re: very simple tkinter demo program

2005-04-09 Thread Samantha
I can not get it to run. S "max(01)*" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hello. > > i wrote a very simple tkinter demo program that uses menus, buttons, > labels, entries, frames and secondary toplevels. > > it is a python version of

very simple tkinter demo program

2005-04-09 Thread max(01)*
hello. i wrote a very simple tkinter demo program that uses menus, buttons, labels, entries, frames and secondary toplevels. it is a python version of a java program made by a colleague. the user can create ("Scrivi") a record with his second name, first name and date of birth, sa