← Back to team overview

sikuli-driver team mailing list archive

[Bug 1872924] Re: py file from Lib folder parallel to sikuli.jar does not get auto imported

 

Following changes will solve this issue:


in org.sikuli.script.runners.JythonRunner.java :

in doInit([]) function : after line 90: after
jythonSupport.putSysPath(fpAPILib, 0);  put following lines, will solve
the issue


      String fpAPILib3 = new File(runTime.fSxBase, "Lib").getAbsolutePath();
      jythonSupport.putSysPath(fpAPILib3, 0);

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1872924

Title:
  py file from Lib folder parallel to sikuli.jar does not get auto
  imported

Status in Sikuli:
  New

Bug description:
  In SikuliX 1.1.1 -  all the py files, .sikuli file from Lib folder
  parallel to sikuli.jar gets auto imported when we launch sikuli IDE.

  In SikuliX 2.0.x version this behavior is no more present, causing
  regression. .sikuli and .py files are no more get auto imported.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1872924/+subscriptions


References