sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55886
Re: [Question #692917]: ImportError no module named common
Question #692917 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692917
Description changed to:
my code looks like below
i have two file names called as test.py and common.py. test.py is in one
folder and common.py is in another folder
test.py code:
import sys
sys.path.insert(1, '../lib')
import common
when i run in the editor then the error shows as ImportError no module
named common.
please help me ASAP.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.