sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55885
[Question #692917]: ImportError no module named common
New question #692917 on Sikuli:
https://answers.launchpad.net/sikuli/+question/692917
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 ran 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.