-
Just rename your script from .py to .pyw!
2009-10-20 12:26:58 UTC by inlanger
-
I had problems using "Python-2.5-20071004-dev2.zip" for compiling.
It seems like "pyconfig.h" and "wince_compatibility.h" is missing.
I used them from "PythonCE-2.5-20061219-dev.zip".
2009-08-19 07:29:34 UTC by nobody
-
Hi,
First I would like to say a big THANK YOU to all people who worked on the Python port to Win CE and to those who done the patch for WM5 and VS2005.
I'm planning to use the python as an embedding scripting language - the only problem is the interpreter DLL size, which is over 2.5 megs, while Python on Symbian is only 400 kB. Is there any way I can e.g. exclude some parts from the...
2009-04-25 06:10:40 UTC by stenlik
-
PS: I am running the above code on Windows Mobile 6.0.
2009-02-08 14:11:31 UTC by yellowxi
-
from tkFileDialog import askopenfilename # get standard dialogs
from tkColorChooser import askcolor # they live in Lib/lib-tk
from tkMessageBox import askquestion, showerror, askokcancel
from tkSimpleDialog import askfloat
from Tkinter import * # get base widget set
demos = {
'Open': askopenfilename,
'Color': askcolor,
'Query': lambda...
2009-02-08 09:42:28 UTC by yellowxi
-
Can you post your source code here?.
2009-02-08 09:36:22 UTC by inlanger
-
I tried but it just returned the result in shell:
Traceback (innermost last):
<NULL>: <NULL>.
2009-02-08 09:28:37 UTC by yellowxi
-
Change the file type with .py to .pyw.
2009-02-08 09:24:00 UTC by inlanger
-
I wroted some script using tkinter.
What confued me was that the script always starts with the shell.
Anybody knows how to close the shell?
These are from the PythonCE Wiki, but it is not clearly stated. I still don't know how to do it.
PythonCE Command Line Options
/nopcceshell
Starts PythonCE without the graphical shell. This is only useful when also passing a script filename on...
2009-02-08 09:11:22 UTC by yellowxi
-
Please, fix this bug...
2009-02-04 06:54:15 UTC by inlanger