Re: [Tutor] another quickie

2007-10-05 Thread Alan Gauld
"max baseman" <[EMAIL PROTECTED]> wrote > do is open a text file, write to it, than save it. so far i have a > GUI with the ability to right text (nothing amazing), but i don't > know how to have it display the text from a text file any help would > be great > > from Tkinter import * > top=Tk() >

Re: [Tutor] another quickie

2007-10-04 Thread bhaaluu
On 10/4/07, max baseman <[EMAIL PROTECTED]> wrote: > hello all, im sorry but i might be asking a lot of Tkinter questions > for a bit. > im still working on my first GUI, it is very simple all i want it to > do is open a text file, write to it, than save it. so far i have a > GUI with the ability t

[Tutor] another quickie

2007-10-04 Thread max baseman
hello all, im sorry but i might be asking a lot of Tkinter questions for a bit. im still working on my first GUI, it is very simple all i want it to do is open a text file, write to it, than save it. so far i have a GUI with the ability to right text (nothing amazing), but i don't know how