getstatusoutput
"Fredy Cabre" <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <000001c6e47e$2107cf50$0202fea9@portfredy> |
Hello group!
I want to execute the camera program of my ppc and give me and
exception.
The code that I make:
import commands
status,output = commands.getstatusoutput("\Windows\camera.exe")
after i put a parameter but gime an error too:
import commands
status,output = commands.getstatusoutput("\Windows\camera.exe foto")
Anyone have an idea for solucione this problem?, thank you
_______________________________________________
PythonCE mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pythonce