Title: Mensaje
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
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to