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.

_______________________________________________
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