[PythonCE] Running Python program without getting Python CE window

Jeffrey Barish jeff_barish at earthlink.net
Fri Feb 24 04:08:52 CET 2006


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


More information about the PythonCE mailing list