← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #214725]: Facing issue while importing Sikuli script in Eclipse

 

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

    Status: Answered => Open

ambiga is still having a problem:
Hi RaiMan,

1. I have updated the External libraries as you have stated:
Add zip/jar/egg:    C:\Program Files\Sikuli X\sikuli-script.jar
Add Source folder:  C:\sikuli-script\Lib
(I have extracted the the zipped version under 'sikuli-script' folder and have choosen the 'Lib' contained folder, in the Source folder)
Are you referring the same in point 1. Please correct me if am wrong.


2. I am currently using Sikuli X-1.0rc3 (r905). Is that fine?

3. Do we need to configure Python for this.?

Have worked on as stated in FAQ 2005 and executed the below script:

import os
import sys
for e in sys.path: print e
from sikuli import *
from myLib import *
myScriptPath = "C:\Users\ambigaj\Desktop.sikuli"
if not myScriptPath in sys.path: sys.path.append(myScriptPath)
import Desktop
reload (Desktop)


Getting the below message in Console:
----------------------------------------------
Finding files... done.
Importing test modules ... done.

----------------------------------------------------------------------
Ran 0 tests in 0.001s

OK


Problems section facing the below issue:
1) Python not configured

 Please help me out.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.