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

    Status: Needs information => Open

sandeep gave more information on the question:
I use PYTHONPATH to include all the libaries I need to use in my scripts eg:-
PYTHONPATH=/home/xyz/test_util;/home/xyz/sleep_util

so now in my sikuli script, I could just import these utils

import test_util
import sleep_util

But when I print sys.path Sikuli script does not allow me to import
these, however I could import these in a python script, same way as
above.

-- 
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