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, [EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements _______________________________________________ PythonCE mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/pythonce