← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #203087]: os.system not working calling sikuli scripts from the command prompt

 

Question #203087 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/203087

RaiMan proposed the following answer:
Yes, than it might really be a problem of the Jython implementation of
os.system (which has other restrictions against the Python version of
os.system).

I never use this, but os.popen or the subprocess module, because they
have the option to access the output of an issued command.

The other option would be, to pack all the specifics into a command file
and call this with only the one parameter: sikuli folder name.

I will check os.system the next days on my Win7

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.