sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32924
Re: [Question #268022]: How to enable full error traceback
Question #268022 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268022
Chp gave more information on the question:
example in run my script:
# coding=utf-8
import sys
from os.path import dirname
from os import putenv
from sikuli.Sikuli import getBundlePath
TEST_DIR = dirname(dirname(dirname(getBundlePath())))
ROOT_DIR = dirname(TEST_DIR)
putenv('TEST_DIR', TEST_DIR)
putenv('ROOT_DIR', ROOT_DIR)
sys.path.append(TEST_DIR)
sys.path.append(ROOT_DIR)
from Core import API, Common, Config
from TestCases.MeInt import MeInt
from TestCases.Objects import Interface, Building
from sikuli.Sikuli import sleep
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.