anyone else having this problem?
OS: Windows XP
Problem: From command line I cannot get this script to run. It will how ever it will run from the Sikuli-IDE.
error "can't find dependent libraries"
OS: Windows 7
the same script runs fine both in Sikuli-IDE and command line.
the script has a main file, a method file, and an image library. it basically saying to click the number one button on the calculator.
the files look like this:
___________
file # 1
___________
#mainfile
sys.path.
import myfunction
myfunction.mytest()
___________
file # 2
___________
#function file
from sikuli.Sikuli import *
setBundlePath(
import myimageLib
def mytest():
___________
file # 3
___________
#imageLib file
from sikuli.Sikuli import *
buttonOne = Pattern(
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- SikuliX Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- eliteSKL
- Solved:
- Last query:
- Last reply: