← Back to team overview

sikuli-driver team mailing list archive

[Bug 1865423] Re: [2.0.x] Batch env paths are not considering in Sikuli IDE

 

create below folder SikuliX,"SikuliX\Lib"  in c drive

C:\SikuliX
C:\SikuliX\Lib

place Sikulix.jar file in "C:\Sikuli" and create one test.sikuli in
"C:\Sikuli\Lib"  folder

i am launch sikuli using below bath file:

@echo off
setlocal ENABLEDELAYEDEXPANSION
set mypath=%cd%
set lib_path=%mypath%
call set lib_path=%%lib_path:\SikuliX=% %\SikuliX\Lib%%
SET PATH=%lib_path%;%PATH%
java -jar %mypath%\sikulix.jar


In sikuli ide type below code and run 

from sikuli import *
import test


issue test folder is not importing

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

Title:
  [2.0.x] Batch env paths are not considering in Sikuli IDE

Status in Sikuli:
  Opinion

Bug description:
  i have set below path and try to import modules from below path not working
  SET  PATH=%c:\test_path%;%PATH%

  Note: SikuliIDE 1.1.3 is working but latest releases its not working

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


References