[PythonCE] getstatusoutput

Fredy Cabre fredy9 at menta.net
Sat Sep 30 12:49:32 CEST 2006


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonce/attachments/20060930/a6299cd1/attachment.htm 


More information about the PythonCE mailing list