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

    Status: Open => Answered

Eugene S proposed the following answer:
Installing Python on your computer should not create any conflict with
Sikuli.

If you have an external script that you want to run, you can do it like
that:

os.system("command to run from command line")


For example (on Windows):

os.system("dir")


Cheers,
Eugene

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to