Re: Output to a text window

2007-02-17 Thread pdalet
Hi, http://spinecho.ifrance.com/frmouterr-py242-wxpy2621.zip I use this gui windows written by jean marie fauth, which is very easy: printing to stdout or stderr (gui windows written in wxpython). You have only to translate frmouterr in pygtk. ph DALET FRANCE On 17 fév, 01:19,

Output to a text window

2007-02-16 Thread google
Hi, I'm going around in circles so I'm asking for help. I want to read a simple text file and output the contents to a GUI window when I click on a button. I have written a small python program to read the contents of a file when a button is clicked but can only output this to a console window.

Re: Output to a text window

2007-02-16 Thread Joshua J. Kugler
[EMAIL PROTECTED] wrote: Hi, I'm going around in circles so I'm asking for help. I want to read a simple text file and output the contents to a GUI window when I click on a button. I have written a small python program to read the contents of a file when a button is clicked but can only

Output to a text window

2007-02-16 Thread google
Hi, I'm going around in circles so I'm asking for help. I want to read a simple text file and output the contents to a GUI window when I click on a button. I have written a small python program to read the contents of a file when a button is clicked but can only output this to a console window.

Re: Output to a text window

2007-02-16 Thread google
On Feb 17, 1:25 pm, Joshua J. Kugler [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, I'm going around in circles so I'm asking for help. I want to read a simple text file and output the contents to a GUI window when I click on a button. I have written a small python program to read