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

    Status: Open => Needs information

RaiMan requested more information:
Sorry for the bullshit: Python doc is right and TestCase is correct.

--1. from sikuli import *
is not needed in main scripts (only in Sikuli scripts that you import)
but should not be the cause of the problem

--2.  I can run it from the IDE successfully.
in normal run mode or in the UnitTest view?
Normal run mode should not work either, if it does not work with the .bat
In the UnitTest view only the def()'s are seen and wrapped into an internal 
Java unittest runner.

Make this script:

import unittest
class SomeTest(unittest.TestCase):
    pass

and run it normally in the IDE.

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to