[PythonCE] Launching external programs

2007-10-25 Thread Alexandre Delattre
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

[PythonCE] win32gui missing

2007-10-25 Thread Alexandre Delattre
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