[PythonCE] win32gui missing
Hi, win32gui is a C extension module that hasn't been ported yet to pyce 2.5. If you are used to win32 ui programming, you may find VensterCE useful (http://sf.net/projects/vensterce/). Regards, Alexandre ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce
[PythonCE] Launching external programs
Hi, The subprocess and os.popen*() hasn't been ported yet, but a call to os.startfile("\\path\\to\\executable.exe") may help. A drawback is that the function returns immediately Regards, Alexandre. ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce