← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #231118]: [1.0] problems importing .sikuli scripts in the same directory

 

Question #231118 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/231118

RaiMan posted a new comment:
if it really does not work, pls. add the following:

try:
    import oxpToolKit
except:
    for e in sys.path: print e
    exit()

and post the printout

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.