sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07377
Re: [Question #180515]: what path does the run command use?
Question #180515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/180515
Status: Open => Answered
RaiMan proposed the following answer:
It seems, you are using Sikuli IDE or Sikuli from command line (since
you are talking about sys.path)
sys.path has nothing to do with executables you try to run using the
run() command. It is only for Sikuli (Jython/Python) to find modules or
scripts that you want to import.
Try to use os.popen():
import os
os.popen(r'what you enter on the command line e.g. "c:\some-path\program" ')
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.