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 tha
What is the procedure for attaching an icon to my application so that I can
run the application by tapping the icon?
--
Jeffrey Barish
___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce
What is the correct way to set PythonCE's default Unicode encoding? My
reading (Python in a Nutshell) indicates that I am supposed to make a change
to site.py, but there doesn't seem to be a site.py in PythonCE. (The closest
I came is a site.pyc in python23.zip.) Nutshell suggests that in des
I've finally gotten irritated enough to fix some of the problems with the
last version of IdleCE. I disabled coloring triple quotes because the
solution I came up with was mind-numbingly slow on large docs, and still
didn't work in all cases. I also fixed problems block operations
(indent/dedent