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.

_______________________________________________
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