I'm not sure how to fix your problem though. AFAIK I always thought that the #! /usr/bin/env pythonw was for use by the shell on unix systems to determine what interpreter to use. I don't think that is a platform independent function. Perhaps there is some functionality where you can change the output from std to something else.
> Message: 3 > Date: Thu, 23 Feb 2006 20:08:52 -0700 > From: Jeffrey Barish <[EMAIL PROTECTED]> > Subject: [PythonCE] Running Python program without getting Python CE > window > To: pythonce@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Whenever I run a Python application, I get a window titled "Python CE" > that > seems to capture stdout. Is it called the console? I would like to run > my > application without getting that window. I had the impression that this > window would not appear if I ran the application using pythonw. To that > end, > I changed the first line of my application to > > #! /usr/bin/env pythonw > > (instead of /usr/bin/env/python). Changing this line has no effect in > either > CE or XP. What is the correct procedure? > -- > Jeffrey Barish _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce