Question #267115 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267115
Status: Needs information => Open
Alexis gave more information on the question:
On my side it is happening even if I run it just after starting the IDE.
My code is starting like this (please see below), and fails at import
settings. If I delete this and the two lines after, it fails at import
HTMLTestRunner.
# Setting import path
import sys
import settings
importPath = settings.ImportPath
if not importPath in sys.path: sys.path.append(importPath)
import unittest
import HTMLTestRunner
--
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