[PythonCE] Re: Python on Axim v50 / XScale

Brad Clements bkc at murkworks.com
Mon Dec 13 17:42:27 CET 2004


I think the most difficult part of your python application will be the gui. 

It would be great if venster ran on Windows CE, but venster requires ctypes and I don't see 
any way of making ctypes work there.

Win32gui was modified some time ago to add support for dynamic dialogs. That is, windows 
dialogs created from python structures. You could probably get away with using that for your 
dialogs. 

How complex does your input dialog have to be, and what will the output look like?

Another option is to run a tiny http server on CE and use PIE to interact with it. That might 
sound strange, but it certainly works well on the desktop.



-- 
Brad Clements,                bkc at murkworks.com   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
http://www.wecanstopspam.org/                   AOL-IM: BKClements



More information about the PythonCE mailing list