[Sikuli-driver] [Bug 1539132] Re: Sikuli-IDE gives Python error on script execution

2016-09-27 Thread Florian Schüller
Hi!

as it's late in the night and I'm not into jython - I just blindly
"dedented" all affected files:

-- as root in a bash I ran
for file in /usr/share/sikuli/Lib/sikuli/{Env.py,Helper.py,Region.py,Screen.py} 
/usr/share/jython/Lib/{codecs.py,copy_reg.py,dis.py,encodings/latin_1.py,encodings/utf_8.py,inspect.py,linecache.py,os.py,re.py,sre_compile.py,sre_constants.py,sre_parse.py,string.py,token.py,tokenize.py};
 do echo "print(\"FORCE DEDENT IN ${file}\")" >> ${file}; done

--- note this is one line :)

This just appens a print("something") as the last line without spaces
upfront to all files which sikuli complained about on by ubuntu
installation.

This fixed the problem somehow...

- now I just get this when I run sikuli

[info] Sikuli vision engine loaded.
FORCE DEDENT IN /usr/share/jython/Lib/codecs.py
FORCE DEDENT IN /usr/share/jython/Lib/encodings/latin_1.py
FORCE DEDENT IN /usr/share/jython/Lib/os.py
FORCE DEDENT IN /usr/share/jython/Lib/sre_constants.py
FORCE DEDENT IN /usr/share/jython/Lib/sre_compile.py
FORCE DEDENT IN /usr/share/jython/Lib/sre_parse.py
FORCE DEDENT IN /usr/share/jython/Lib/copy_reg.py
FORCE DEDENT IN /usr/share/jython/Lib/re.py
FORCE DEDENT IN /usr/share/jython/Lib/string.py
FORCE DEDENT IN /usr/share/jython/Lib/dis.py
FORCE DEDENT IN /usr/share/jython/Lib/token.py
FORCE DEDENT IN /usr/share/jython/Lib/tokenize.py
FORCE DEDENT IN /usr/share/jython/Lib/linecache.py
FORCE DEDENT IN /usr/share/jython/Lib/inspect.py
FORCE DEDENT IN /usr/share/sikuli/Lib/sikuli/Region.py
FORCE DEDENT IN /usr/share/sikuli/Lib/sikuli/Screen.py
[info] VDictProxy loaded.
FORCE DEDENT IN /usr/share/sikuli/Lib/sikuli/Helper.py
FORCE DEDENT IN /usr/share/sikuli/Lib/sikuli/Env.py
FORCE DEDENT IN /usr/share/jython/Lib/encodings/utf_8.py


-
but it works when I just ignore this output ;)

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

Title:
  Sikuli-IDE gives Python error on script execution

Status in Sikuli:
  New
Status in Ubuntu:
  Confirmed

Bug description:
  I am using sikuli-ide on Debian testing 64 bits. Both the default jre
  from Debian and Oracle 8 java (with JNIs in LD_LIBRARY_PATH):

  ii  libsikuli-script-java 1.0~x~rc3.tesseract3-dfsg1-12   
   all  Visual scripting API for jython
  ii  libsikuli-script-jni:amd641.0~x~rc3.tesseract3-dfsg1-12+b1
   amd64Native libs for libsikuli-java
  ii  sikuli-ide1.0~x~rc3.tesseract3-dfsg1-12   
   all  IDE to develop sikuli scripts and use them as junit test cases

  
  When I try to execute any script created with it, I get this error:

  [info] Sikuli vision engine loaded. 
  [error] Abgebrochen 
  [error] Ein Fehler in Zeile 1 
  [error] Fehlermeldung: Traceback (most recent call last): 
  File " ", line 1, in  
  File "/usr/share/sikuli/Lib/sikuli/__init__.py", line 3, in   
  from Sikuli import * 
  File "/usr/share/sikuli/Lib/sikuli/Sikuli.py", line 34, in   
  from Region import *
  SyntaxError: ("mismatched input ' ' expecting DEDENT", 
('/usr/share/sikuli/Lib/sikuli/Region.py', 287, 43, ' return 
JRegion.observe(self, time)\n'))

  Checking the file, I cannot identify any syntax error, and CPython
  cannot. I also tried "jython /usr/share/sikuli/Lib/sikuli/Region.py"
  and that too works fine.

  Any ideas, what to check next?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1539132] Re: Sikuli-IDE gives Python error on script execution

2016-09-27 Thread Florian Schüller
same problem in Ubuntu 16.04.1 LTS
$ apt show sikuli-ide 
Package: sikuli-ide
Version: 1.0~x~rc3.tesseract3-dfsg1-12build3
Priority: extra
Section: universe/java
Source: sikuli
Origin: Ubuntu
Maintainer: Ubuntu Developers 

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

Title:
  Sikuli-IDE gives Python error on script execution

Status in Sikuli:
  New
Status in Ubuntu:
  Confirmed

Bug description:
  I am using sikuli-ide on Debian testing 64 bits. Both the default jre
  from Debian and Oracle 8 java (with JNIs in LD_LIBRARY_PATH):

  ii  libsikuli-script-java 1.0~x~rc3.tesseract3-dfsg1-12   
   all  Visual scripting API for jython
  ii  libsikuli-script-jni:amd641.0~x~rc3.tesseract3-dfsg1-12+b1
   amd64Native libs for libsikuli-java
  ii  sikuli-ide1.0~x~rc3.tesseract3-dfsg1-12   
   all  IDE to develop sikuli scripts and use them as junit test cases

  
  When I try to execute any script created with it, I get this error:

  [info] Sikuli vision engine loaded. 
  [error] Abgebrochen 
  [error] Ein Fehler in Zeile 1 
  [error] Fehlermeldung: Traceback (most recent call last): 
  File " ", line 1, in  
  File "/usr/share/sikuli/Lib/sikuli/__init__.py", line 3, in   
  from Sikuli import * 
  File "/usr/share/sikuli/Lib/sikuli/Sikuli.py", line 34, in   
  from Region import *
  SyntaxError: ("mismatched input ' ' expecting DEDENT", 
('/usr/share/sikuli/Lib/sikuli/Region.py', 287, 43, ' return 
JRegion.observe(self, time)\n'))

  Checking the file, I cannot identify any syntax error, and CPython
  cannot. I also tried "jython /usr/share/sikuli/Lib/sikuli/Region.py"
  and that too works fine.

  Any ideas, what to check next?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1539132] Re: Sikuli-IDE gives Python error on script execution

2016-09-27 Thread Florian Schüller
** Also affects: ubuntu
   Importance: Undecided
   Status: New

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

Title:
  Sikuli-IDE gives Python error on script execution

Status in Sikuli:
  New
Status in Ubuntu:
  Confirmed

Bug description:
  I am using sikuli-ide on Debian testing 64 bits. Both the default jre
  from Debian and Oracle 8 java (with JNIs in LD_LIBRARY_PATH):

  ii  libsikuli-script-java 1.0~x~rc3.tesseract3-dfsg1-12   
   all  Visual scripting API for jython
  ii  libsikuli-script-jni:amd641.0~x~rc3.tesseract3-dfsg1-12+b1
   amd64Native libs for libsikuli-java
  ii  sikuli-ide1.0~x~rc3.tesseract3-dfsg1-12   
   all  IDE to develop sikuli scripts and use them as junit test cases

  
  When I try to execute any script created with it, I get this error:

  [info] Sikuli vision engine loaded. 
  [error] Abgebrochen 
  [error] Ein Fehler in Zeile 1 
  [error] Fehlermeldung: Traceback (most recent call last): 
  File " ", line 1, in  
  File "/usr/share/sikuli/Lib/sikuli/__init__.py", line 3, in   
  from Sikuli import * 
  File "/usr/share/sikuli/Lib/sikuli/Sikuli.py", line 34, in   
  from Region import *
  SyntaxError: ("mismatched input ' ' expecting DEDENT", 
('/usr/share/sikuli/Lib/sikuli/Region.py', 287, 43, ' return 
JRegion.observe(self, time)\n'))

  Checking the file, I cannot identify any syntax error, and CPython
  cannot. I also tried "jython /usr/share/sikuli/Lib/sikuli/Region.py"
  and that too works fine.

  Any ideas, what to check next?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1539132] Re: Sikuli-IDE gives Python error on script execution

2016-09-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New => Confirmed

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

Title:
  Sikuli-IDE gives Python error on script execution

Status in Sikuli:
  New
Status in Ubuntu:
  Confirmed

Bug description:
  I am using sikuli-ide on Debian testing 64 bits. Both the default jre
  from Debian and Oracle 8 java (with JNIs in LD_LIBRARY_PATH):

  ii  libsikuli-script-java 1.0~x~rc3.tesseract3-dfsg1-12   
   all  Visual scripting API for jython
  ii  libsikuli-script-jni:amd641.0~x~rc3.tesseract3-dfsg1-12+b1
   amd64Native libs for libsikuli-java
  ii  sikuli-ide1.0~x~rc3.tesseract3-dfsg1-12   
   all  IDE to develop sikuli scripts and use them as junit test cases

  
  When I try to execute any script created with it, I get this error:

  [info] Sikuli vision engine loaded. 
  [error] Abgebrochen 
  [error] Ein Fehler in Zeile 1 
  [error] Fehlermeldung: Traceback (most recent call last): 
  File " ", line 1, in  
  File "/usr/share/sikuli/Lib/sikuli/__init__.py", line 3, in   
  from Sikuli import * 
  File "/usr/share/sikuli/Lib/sikuli/Sikuli.py", line 34, in   
  from Region import *
  SyntaxError: ("mismatched input ' ' expecting DEDENT", 
('/usr/share/sikuli/Lib/sikuli/Region.py', 287, 43, ' return 
JRegion.observe(self, time)\n'))

  Checking the file, I cannot identify any syntax error, and CPython
  cannot. I also tried "jython /usr/share/sikuli/Lib/sikuli/Region.py"
  and that too works fine.

  Any ideas, what to check next?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402262]: Random number of times around a loop

2016-09-27 Thread alan carr
Question #402262 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402262

Status: Open => Solved

alan carr confirmed that the question is solved:
Thanks Raiman / Roman I have resolved with your help

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402356]: Wildcard part of an image

2016-09-27 Thread RaiMan
Question #402356 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402356

Status: Open => Answered

RaiMan proposed the following answer:
--- I dont think the proposed solution can do properly the job ...
Feel free to not test it ;-)
I know, that other SikuliX users have done this.

--- I found a discussion on this topic on the opencv forum ...
... having masked images is not the solution. 
The challenge is, to either teach the matchTemplate() feature (the feature used 
by SikuliX), to accept and honor transparent areas in a given image or use 
another feature to search for one image in another with a duration of some 
milliseconds (e.g. edge detection).
Both approaches are are on the list for version 2.

conclusion: see my comment #1 ;-)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402356]: Wildcard part of an image

2016-09-27 Thread Patrick
Question #402356 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402356

Status: Answered => Open

Patrick is still having a problem:
I dont think the proposed solution can do properly the job as find could
return other areas than the piece of the one of concern. That's why I need
to be able to add a wildcard area (a mask on some parts of the area).
That's why a were thinking to use the transparency of the PNG files as
mask. Moreover, by now, using PNG files with transparency as reference
image doesn't work and I have to recreate new images by adding a background
on them.

I found a discussion on this topic on the opencv forum (
http://answers.opencv.org/question/53781/roi-always-a-rectangle/#53792)

"The ROI of a mat is not needed to be always a rectangle, but cv::Mat is
always a matrix, or a rectangle image, so you cannot have a round image,
but you may have a circle on a black background that contains the
information that you want. For having this, you have to use a maks:

cv::Mat image = cv::imread("img.jpg");
cv::Mat mask = cv::Mat::zeros(image.size(), CV_8UC1);
cv::Point circleCenter(mask.cols / 2, mask.rows / 2);int radius =
std::min(mask.cols, mask.rows);
cv::circle(mask, circleCenter, radius, CV_RGB(255, 255, 255));
cv::Mat imagePart = cv::Mat::zeros(image.size(), image.type());
image.copyTo(imagePart, mask);


2016-09-27 13:28 GMT+02:00 RaiMan
:

> Your question #402356 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/402356
>
> Status: Open => Answered
>
> RaiMan proposed the following answer:
> sorry, currently not.
>
> A possible solution:
> - divide the "frame" into 2 or more images
> - search with exists(partXofFrame, 0) for all image parts
> - validate the matches, to be sure you got what you want
> - create the resulting region from the matches
>
> ... can be packed into a function
>
> A similar solution is possible with the observe feature.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/sikuli/+question/402356/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/sikuli/+question/402356
>
> You received this question notification because you asked the question.
>

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #401614]: Need help to setup Sikulix with Eclipse integration on Cent OS7

2016-09-27 Thread RaiMan
Question #401614 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/401614

Status: Open => Answered

RaiMan proposed the following answer:
you can use the SikuliX IDE.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402262]: Random number of times around a loop

2016-09-27 Thread Roman Podolyan
Question #402262 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402262

Roman Podolyan posted a new comment:
import random
random.seed()

for i in range(10):
xtimes = random.randint(1, 5)
print xtimes
for x in range(xtimes):
print "x"
print "x loop is over\n" 


In output you are going to see random number of printed "x", something
like this:

1
x
x loop is over

3
x
x
x
x loop is over

4
x
x
x
x
x loop is over

1
x
x loop is over

1
x
x loop is over

5
x
x
x
x
x
x loop is over

3
x
x
x
x loop is over

5
x
x
x
x
x
x loop is over

4
x
x
x
x
x loop is over

4
x
x
x
x
x loop is over

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402356]: Wildcard part of an image

2016-09-27 Thread RaiMan
Question #402356 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402356

Status: Open => Answered

RaiMan proposed the following answer:
sorry, currently not.

A possible solution:
- divide the "frame" into 2 or more images
- search with exists(partXofFrame, 0) for all image parts
- validate the matches, to be sure you got what you want
- create the resulting region from the matches

... can be packed into a function

A similar solution is possible with the observe feature.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #402356]: Wildcard part of an image

2016-09-27 Thread Patrick
New question #402356 on Sikuli:
https://answers.launchpad.net/sikuli/+question/402356

Is there a way to notify sikuli to ignore some part of the reference image when 
searching for a match ?
The idea is to define a reference PNG to match a "container" but ignoring its 
content when the identification of the area on the screen and then to capture 
(image or text) this area. (E.g. having a transparent area in the reference 
image as a wildcard area)

Thanks

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #401858]: Need Sikulix 1.1.0 Linux Build

2016-09-27 Thread RaiMan
Question #401858 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/401858

Status: Open => Answered

RaiMan proposed the following answer:
you might try with the information here:
http://www.sikulix.com/specials/files/linux-setup-prerequisites.html

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402289]: Test Loop System

2016-09-27 Thread Georg Steyn
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Status: Answered => Solved

Georg Steyn confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402289]: Test Loop System

2016-09-27 Thread Georg Steyn
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Georg Steyn posted a new comment:
Thank You very much.

So basically do it the Python way.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402289]: Test Loop System

2016-09-27 Thread RaiMan
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Status: Open => Answered

RaiMan proposed the following answer:
These are basic questions, about how to read from files and then use the
input you got in some scripted workflow on the automated screen.

To get nearer to a solution, you have to do the following steps:
- design and create the files, that you need as input
- learn how to read files in Python (tutorials in the net)
- decide how to use the file input in your script 
- try to script a sample workflow

if you get problems in the last step, then you might come back to here
with your script and ask concrete questions.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-27 Thread RaiMan
Question #402100 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402100

Status: Open => Answered

RaiMan proposed the following answer:
I am sorry, but currently I cannot help you further.

I tried on a VMBox-Ubuntu-16-04 and had problems with the silent setup
(hangs in the phase where the native libs are checked/built).

I currently do not have the time to debug the situation nor the
environment.

So your only chance in the moment is to check against the information at
http://www.sikulix.com/specials/files/linux-setup-prerequisites.html

and try to get further.

I will try to debug and fix the problems during the next 2 weeks. Sorry.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-27 Thread harry
Question #402100 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402100

harry gave more information on the question:
jython is not installed as well.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402100]: How can I install sikuli1.1.1.jar without GUI

2016-09-27 Thread harry
Question #402100 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402100

Status: Solved => Open

harry is still having a problem:
How can I set a directory when I install it?

I got 
[error] RunTimeINIT: fatal error: java.io.IOException: Cannot run program 
"lsb_release": error=2, No such file or directory

At the end, it print this message

[info] RunSetup: Sikulix.testSetup: Java Sikuli seems to be working!
[debug (9/27/16 5:58:26 AM)] RunSetup: Jython: Trying to run functional test: 
running script statements via SikuliScript

which seems like installed successfully, but I can't find sikulixapi.jar
or something and my sikulixsetup-1.1.1xxx.jar file is gone after
installing it in docker.


This is part of the logs

root@d1289f2edcf0:/tmp# java -jar
sikulixsetup-1.1.1-20160719.184310-68-forsetup.jar options 1.1 2 4.3

[info] runcmd: lsb_release -i -r -s 
[error] RunTimeINIT: fatal error: java.io.IOException: Cannot run program 
"lsb_release": error=2, No such file or directory
[debug] RunTimeINIT: global init: entering as: SETUP
[debug] RunTimeINIT: ScreenDevice 0 has (0,0) --- will be primary Screen(0)
[debug] RunTimeINIT: Monitor 0: (0, 0) 1920 x 1080
[debug] RunTimeINIT: runs as sikulixsetup-1.1.1-20160719.184310-68-forsetup.jar 
in: /tmp
* show environment for SETUP (build 201607192032)
user.home: /root
user.dir (work dir): /tmp
user.name: root
java.io.tmpdir: /tmp
running 64Bit on Linux ( *error* java.io.IOException: Cannot run 
program "lsb_release": error=2, No such file or directory*error*) from 
a jar
java 7-64 version 1.7.0_111-b01 vm 24.111-b01 class 51.0 arch amd64
app data folder: /root/.Sikulix
libs folder: null
executing jar: /tmp/sikulixsetup-1.1.1-20160719.184310-68-forsetup.jar
*** classpath dump sikulix
  0: /tmp/sikulixsetup-1.1.1-20160719.184310-68-forsetup.jar
*** classpath dump end
* show environment end



I can find ./.Sikulix directory but that is it. Should I set a path to install 
sikuli? How can I do that? 


Thank you for your help again thanks.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #402289]: Test Loop System

2016-09-27 Thread Georg Steyn
Question #402289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/402289

Status: Needs information => Open

Georg Steyn gave more information on the question:
That is one way but for a other type of test.
The whole ideas is to test the software for manual input.

Just like 5 or 10 new users and then after that do few other processes and 
use the same users.

We are testing the GUI. Thats why we are using sikuli after all.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp