sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35640
Re: [Question #274662]: execute other languages scripts in Sikuli's IDE
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.