sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58140
Re: [Question #700969]: Parameter and imagepath escape characters
Question #700969 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700969
patrick bateman posted a new comment:
In threadAgile my imports look like this:
from sikuli import *
import os
import datetime
appPath = "C:\Users\blahblahblah\main\Applications"
if not appPath in sys.path:
sys.path.append(appPath)
import appAgile
reload (appAgile)
import appETC
reload (appETC)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.