Mulitiple Libraries imports? both image and method types?
OS: WIndows XP
i know i only have to wait 2 days but i would like to keep working until then :)
i'm having a hard time figuring out what to do with the "execfile" statement. if i coment one line out and run the script like you normal find the "execfile" statement it works half way... it will run the parts that are not commented out correctly. so i figure i need to make method out of the "execfile" statement
#normal --> #execfile(
#Library 1
part1_image_lib = r"path-
def part1_ex(): execfile(
def part1_bp(): setBundlePath(
#Library 2
part2_image_lib = r"path-
def Part2_ex(): execfile(
def F_logon_bp(): setBundlePath(
# im trying to do some thing like below from first library
part1_bp() #setbundlepath
part1_ex() #execfile
part1_region.
# then click this button from another library
part2_bp() #setbundlepath
part2_ex() #execfile
part2_region.
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: