import fails
I'm using rc3 on Windows 7. I followed the documentation at
http://
and had some success with it, but it stopped working and I'm trying to figure out why.
I have a simple 3 step sikuli script that opens a menu. I want to reuse this script, if possible. The location is d:\sikuli\
from sikuli import *
click("
hover("
hover("Neu.png")
The main script is located in d:\sikuli\
from sikuli import *
myScriptPath = "d:\\sikuli\\"
if not myScriptPath in sys.path: sys.path.
import openmenu
click("
...
For some reason the code in openmenu is never executed when abnahme00-reset is run. It worked before, though. It stopped working after I tried to place the three steps in openmenu into a function 'doOpenMenu' and call that, as I need to use this code more often. Since this attempt, it fails completely.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- SikuliX Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- RaiMan
- Solved:
- Last query:
- Last reply: