Re: [Tutor] creating a text widget

2011-01-13 Thread ALAN GAULD
PM Subject: Re: [Tutor] creating a text widget "W S" wrote > could someone please provide me some code that would create a text widget > that >i could open a text file in? > You don;t open the text file in the widget as such, you open the file in Python as usual an

Re: [Tutor] creating a text widget

2011-01-13 Thread Alan Gauld
"W S" wrote could someone please provide me some code that would create a text widget that i could open a text file in? You don;t open the text file in the widget as such, you open the file in Python as usual and copy its contents into the text widget. When you are done making changes

Re: [Tutor] creating a text widget

2011-01-13 Thread Wayne Werner
On Thu, Jan 13, 2011 at 12:02 PM, W S wrote: > could someone please provide me some code that would create a text widget > that i could open a text file in? much thanks > Dear Google: Please insert all the results of "simple python GUI text editor" into my brain. Learning is so tiresome! Sinc

[Tutor] creating a text widget

2011-01-13 Thread W S
could someone please provide me some code that would create a text widget that i could open a text file in? much thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listi