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 script runs.
If I run the app from the Terminal that happens.  But if I double click,
everything gets sent to the system logs (which can be inspected with
Console.app).  

Is there anyway I can send anything useful to that empty console windows
that appears when I start the py2app ?  Or a simple way to make a new
console to which I can print.

Thank you very much for any help you can offer,

Greg.

Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
MacOSX 10.5.8 intel

-- 
Gregory Jefferis, PhD
Division of Neurobiology
MRC Laboratory of Molecular Biology,
Hills Road,        
Cambridge, CB2 0QH, UK.

http://www2.mrc-lmb.cam.ac.uk/group-leaders/h-to-m/g-jefferis
http://www.neuroscience.cam.ac.uk/directory/profile.php?gsxej2
http://flybrain.stanford.edu



_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to