Re: Question about files?

2008-06-01 Thread Lie
On Jun 1, 1:44 am, [EMAIL PROTECTED] wrote: > I want to create a program where a user can type what ever they want > to, have it saved to a file, and the be able to re-open it and read > it. How would I do this? Thanks! Use a multi-line text-input widget (available on any widget library) To open

Re: Question about files?

2008-05-31 Thread Giampaolo Rodola'
On 31 Mag, 21:28, [EMAIL PROTECTED] wrote: > On May 31, 3:25 pm, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > > > > > > > On Sat, 31 May 2008 11:44:14 -0700 (PDT), [EMAIL PROTECTED] > > declaimed the following in comp.lang.python: > > > > I want to create a program where a user can type what ever

Re: Question about files?

2008-05-31 Thread corvettecraz92
On May 31, 3:25 pm, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Sat, 31 May 2008 11:44:14 -0700 (PDT), [EMAIL PROTECTED] > declaimed the following in comp.lang.python: > > > I want to create a program where a user can type what ever they want > > to, have it saved to a file, and the be able t

Question about files?

2008-05-31 Thread corvettecraz92
I want to create a program where a user can type what ever they want to, have it saved to a file, and the be able to re-open it and read it. How would I do this? Thanks! -- http://mail.python.org/mailman/listinfo/python-list