sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #14675
[Question #214725]: Facing issue while importing Sikuli script in Eclipse
New question #214725 on Sikuli:
https://answers.launchpad.net/sikuli/+question/214725
Hi RaiMan,
Am trying to import a Sikuli script and run it in eclipse, with the below code:
from sikuli import *
myScriptPath = "C:\Users\Desktop\Sikuli"
if not myScriptPath in sys.path: sys.path.append(myScriptPath)
import sikuli_file_name
Below error msg appears,
Traceback (most recent call last):
File "C:\Users\ambigaj\workspace\gfd\src\hi.py", line 7, in <module>
from Sikuli import *
ImportError: No module named Sikuli
Kindly help me out in this.
Am unable to proceed further.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.