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

    Status: Open => Needs information

RaiMan requested more information:
Please, do me a favor and run the following test script after saving it
to the c:\NonReg folder as main.sikuli:

print "***** before import"
for e in sys.path: print e
okImport = False

try:
    import subNotExists
    okImport = True
except:
    print "***** after import not ok"
    for e in sys.path: print e

if okImport:
    print "***** after import ok"
    for e in sys.path: print e

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to