Re: [Pythonmac-SIG] Sending stdout/err to a text console in a py2app App

2010-10-12 Thread Ronald Oussoren
On 12 Oct, 2010, at 20:20, Gregory Jefferis wrote: > Hi Ronald, > > Thank you very much for the reply. > > On 2010-10-12 19:00, "Ronald Oussoren" wrote: > >> >> On 7 Oct, 2010, at 1:14, Gregory Jefferis wrote: >> >>> [snip] >>> Is there anyway I can send anything useful to that empty consol

Re: [Pythonmac-SIG] Sending stdout/err to a text console in a py2app App

2010-10-12 Thread Gregory Jefferis
Hi Ronald, Thank you very much for the reply. On 2010-10-12 19:00, "Ronald Oussoren" wrote: > > On 7 Oct, 2010, at 1:14, Gregory Jefferis wrote: > >> [snip] >> Is there anyway I can send anything useful to that empty console windows >> that appears when I start the py2app ? Or a simple way t

Re: [Pythonmac-SIG] Sending stdout/err to a text console in a py2app App

2010-10-12 Thread Ronald Oussoren
On 7 Oct, 2010, at 1:14, Gregory Jefferis wrote: > Hello, > > I've made a simple python script to wrap a complex, long running shell > script using easygui. Then I've used py2app to make a Mac Application. I'm > happy except I would really like stdout/stderr from both my python wrapper > scrip

Re: [Pythonmac-SIG] Sending stdout/err to a text console in a py2app App

2010-10-12 Thread Ronald Oussoren
On 8 Oct, 2010, at 20:23, Russell E. Owen wrote: > In article , > Gregory Jefferis wrote: > >> Hello, >> >> I've made a simple python script to wrap a complex, long running shell >> script using easygui. Then I've used py2app to make a Mac Application. I'm >> happy except I would really like

Re: [Pythonmac-SIG] Sending stdout/err to a text console in a py2app App

2010-10-08 Thread Russell E. Owen
In article , Gregory Jefferis wrote: > Hello, > > I've made a simple python script to wrap a complex, long running shell > script using easygui. Then I've used py2app to make a Mac Application. I'm > happy except I would really like stdout/stderr from both my python wrapper > script and the o

[Pythonmac-SIG] Sending stdout/err to a text console in a py2app App

2010-10-07 Thread Gregory Jefferis
Hello, I've made a simple python script to wrap a complex, long running shell script using easygui. Then I've used py2app to make a Mac Application. I'm happy except I would really like stdout/stderr from both my python wrapper script and the original shell script to be visible as the shell scri