sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10134
Re: [Question #194489]: ImportError
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.