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

    Status: Needs information => Open

vidya rajagopal gave more information on the question:
When I run the script what you gave I have the following result


>>> import sys
>>> for e in sys.path: print e
...
C:\Program Files\Sikuli X\sikuli-script.jar\Lib\
C:\jython2.5.2\Lib


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of RaiMan
Sent: Tuesday, June 12, 2012 3:46 PM
To: Rajagopal, Vidya
Subject: Re: [Question #200162]: importing Sikuli in Jython - Jedit IDE

Your question #200162 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200162

    Status: Open => Needs information

RaiMan requested more information:
---  did upadte the path of sikuli script jar file path C:\Program Files\Sikuli 
X\sikuli-script.jar\Lib\ in Jedit
This contains the Jython stuff and is exactly what might lead to problems (see 
comment #2).

To overcome this make a script containing:

for e in sys.path: print e

So you can see, what is in sys.path, when your script is running.

Is sikuli-script.jar in Jedit's class path?

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/sikuli/+question/200162

You received this question notification because you asked the question.


________________________________
Subject to local law, communications with Accenture and its affiliates 
including telephone calls and emails (including content), may be monitored by 
our systems for the purposes of security and the assessment of internal 
compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com

-- 
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

Reply via email to