Confirmed users
4,971
edits
| Line 11: | Line 11: | ||
* osce.py (found [http://www.nabble.com/Can-I-execute-external-programs-from-PythonCe--td19307784.html here], download from [http://people.mozilla.org/~asasaki/wince/osce.py here]). | * osce.py (found [http://www.nabble.com/Can-I-execute-external-programs-from-PythonCe--td19307784.html here], download from [http://people.mozilla.org/~asasaki/wince/osce.py here]). | ||
** os.system() is completely broken in PythonCE. osce.py provides an osce.systema() that can be used as a replacement. | ** os.system() is completely broken in PythonCE. osce.py provides an osce.systema() that can be used as a replacement. | ||
** I've added blockingtee() to osce.py, which needs [http://people.mozilla.org/~asasaki/wince/PipeDev.dll PipeDev.dll] and [http://people.mozilla.org/~asasaki/wince/PipeLib.dll this hacked version of PipeLib.dll] to work. The original sources can be found [http://cegcc.svn.sourceforge.net/viewvc/cegcc/trunk/cegcc/tools/PipeLib/ here]. | |||
* [http://people.mozilla.org/~asasaki/wince/wince-reboot.exe wince-reboot.exe] | * [http://people.mozilla.org/~asasaki/wince/wince-reboot.exe wince-reboot.exe] | ||