[Sikuli-driver] [Question #254612]: sikulix remote server with jython start error:[error] ImagePath: addImagePath: not valid: /

2014-09-17 Thread ai
New question #254612 on Sikuli: https://answers.launchpad.net/sikuli/+question/254612 i download the latest sikuli 1.1.0 beta4 and setup; Environment Variables is like this: JAVA_HOME C:\Program Files (x86)\Java\jdk1.7.0_05 CLASSPATH F:\SikuliX\1.1.0\sikulixapi.jar;.;%JAVA_HOME%

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-17 Thread RaiMan
this worked for me having a ssh session to another Mac machine: open -n -a Terminal path-to-some-executable-shellscript this opens a new Terminal session on the remote machine and runs the given shell script. you might prepare a script containing the java command to run the Sikuli script on the

Re: [Sikuli-driver] [Question #254534]: ocr parameters in java

2014-09-17 Thread cv
Question #254534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254534 Status: Answered => Solved cv confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #254612]: sikulix remote server with jython start error:[error] ImagePath: addImagePath: not valid: /

2014-09-17 Thread RaiMan
Question #254612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254612 Description changed to: i download the latest sikuli 1.1.0 beta4 and setup; Environment Variables is like this: JAVA_HOME C:\Program Files (x86)\Java\jdk1.7.0_05 CLASSPATH F:\SikuliX\1.1.0\

Re: [Sikuli-driver] [Question #254612]: sikulix remote server with jython start error:[error] ImagePath: addImagePath: not valid: /

2014-09-17 Thread RaiMan
Question #254612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254612 Status: Open => Answered RaiMan proposed the following answer: --1. download the latest ready-to-use sikulixapi-1.1.0.jar from nightly build --2. if you want to use the SikuliX Java API, then you should

Re: [Sikuli-driver] [Question #254612]: sikulix remote server with jython start error:[error] ImagePath: addImagePath: not valid: /

2014-09-17 Thread RaiMan
Question #254612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254612 RaiMan proposed the following answer: … of course you might download the sikulixsetup.jar as well and setup your own customized sikulixapi.jar. -- You received this question notification because you are a m

Re: [Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-17 Thread RaiMan
Question #254592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254592 Status: Open => Answered RaiMan proposed the following answer: if time does not matter, then the easiest approach is to loop through your lCaptures and try to find each one successively in the other drop

[Sikuli-driver] [Question #254619]: sikuli-java 1.0.1 : Customizing the location of 'libs' where the DLLs are unpacked

2014-09-17 Thread Pathiyil
New question #254619 on Sikuli: https://answers.launchpad.net/sikuli/+question/254619 Hi, What is the preferred method if someone wants Sikuli to unpack the DLLs in sikuli-java.jar to a location other than into a folder under the location of sikuli-java.jar ? Can SIKULI_LIBS be used for this pu

Re: [Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-17 Thread RaiMan
Question #254592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254592 RaiMan proposed the following answer: --- specify the similarity at which to take the image? an image is captured as is with it's pixels similarity gets relevant only at search time. you either can specify

Re: [Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-17 Thread rss
Question #254595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254595 rss proposed the following answer: Possibility of the unicode string pasting is available only from 1.1.0. https://github.com/RaiMan/SikuliX-2014/commit/e05e9f2d5eb174fa0ef434d42781b04e9eafa8f3 - fixed an in

Re: [Sikuli-driver] [Question #254619]: sikuli-java 1.0.1 : Customizing the location of 'libs' where the DLLs are unpacked

2014-09-17 Thread RaiMan
Question #254619 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254619 Status: Open => Needs information RaiMan requested more information: Generally it is recommended to keep the SikuliX stuff completely in one place per system. Why do you want to separate the jar and the

[Sikuli-driver] [Question #254595]: Status of bug #1370420 changed to 'In Progress' in Sikuli

2014-09-17 Thread RaiMan
Bug #1370420 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1370420 "[1.1.0] Jython scripting: paste(utf-8 text) does not work --- workaround" This bug is linked to #254595. 'paste' in cyrillic encoding does not work https://answers.launchpad.net/sikuli/+

Re: [Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-17 Thread RaiMan
Question #254595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254595 RaiMan proposed the following answer: # comment #4 (rss) At least for the Jython environment this is not true yet: even with the mentioned patch in 1.1.0, simply paste("тест") does not work. you still need t

Re: [Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-17 Thread RaiMan
Question #254595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254595 Linked to bug: #1370420 https://bugs.launchpad.net/bugs/1370420 "[1.1.0] Jython scripting: paste(utf-8 text) does not work --- workaround" -- You received this question notification because you

[Sikuli-driver] [Bug 1370420] [NEW] [1.1.0] Jython scripting: paste(utf-8 text) does not work --- workaround

2014-09-17 Thread RaiMan
Public bug reported: * workaround use instead until fixed: paste(unicode("тест", "utf8")) Trying to paste any cyrillic string in LinuxMint 17 XFCE inside Firefox results in something like that: paste('тест') => тест Tried regiona

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-17 Thread Sher
So, interestingly enough, that also gives me exactly the same message! I have a script thats executable, I run it remotely, i see the X11 message, I see it also if i run it local! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. htt

Re: [Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-17 Thread Ned
Question #254592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254592 Ned posted a new comment: Thanks that look helpful! I'm sure this will be what I need.. Just a few queries regarding the above. In this section: def repeatSearch(): n = 0 for success in ddSuccess:

Re: [Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-17 Thread Ned
Question #254592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254592 Ned posted a new comment: Also ddSuccess[n](dd.getLastMatch()) This replaces the None Type with the last match? I hadn't seen that syntax before :) -- You received this question notification because you a

Re: [Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-17 Thread RaiMan
Question #254592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254592 RaiMan proposed the following answer: --- if not success: <- What does this do? Identifies a None Type? In Python in condition eval every variable containing None is taken as False and every variable

Re: [Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-17 Thread RaiMan
Question #254592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254592 RaiMan proposed the following answer: BTW: ddSuccess[n](dd.getLastMatch()) would be valid, if ddSuccess[n] would contain the name of a function, that accepts one parameter. -- You received this question

Re: [Sikuli-driver] [Question #254619]: sikuli-java 1.0.1 : Customizing the location of 'libs' where the DLLs are unpacked

2014-09-17 Thread Pathiyil
Question #254619 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254619 Pathiyil posted a new comment: The reason stems from a setup where the JARs are on a read-only filesystem or folder where the runtime does not have access to extract the DLLs. -- You received this question

Re: [Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-17 Thread Ned
Question #254592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254592 Ned posted a new comment: Thank you :) I will see how it goes! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-17 Thread RaiMan
I am sorry, but I have to leave you alone with this problem. No time at the moment to dive into this area, not having much experience with that. but I googled with java awt No X11 DISPLAY variable was set and among tons of entries at least this entry might be interesting: http://stackoverflow.co

Re: [Sikuli-driver] [Question #254154]: Sikuli doesn't seem to see the whole screen on my EeePC?

2014-09-17 Thread kaefert
Question #254154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254154 Status: Answered => Open kaefert is still having a problem: Hi there! Sorry for the long pause. Something changed since I last tried this, now the sikuli IDE crashes as soon as I open the first picture d

Re: [Sikuli-driver] [Question #254154]: Sikuli doesn't seem to see the whole screen on my EeePC?

2014-09-17 Thread RaiMan
Question #254154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254154 Status: Open => Answered RaiMan proposed the following answer: this looks like a problem with the bundled libVisionProxy.so. see faq 2447 -- You received this question notification because you are a m

Re: [Sikuli-driver] [Question #254619]: sikuli-java 1.0.1 : Customizing the location of 'libs' where the DLLs are unpacked

2014-09-17 Thread RaiMan
Question #254619 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254619 Status: Needs information => Answered RaiMan proposed the following answer: ok, thanks. I will revise this export stuff anyways with 1.2 For now: have SIKULIX_HOME=path-to-the-folder-to-store-the-libs

[Sikuli-driver] [Bug 1262917] Re: [1.0.1] Still can't download due to security issues, despite most recent setup jar

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1262917 Title: [1.0.1] Still can't download due to security issues, despite most recent setup

[Sikuli-driver] [Bug 1249635] Re: [request] IDE: saveAll, move tabs around, search not case sensitive

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: --- status - 1) not yet - 2) not yet - 3) available with 1-1-Beta1 + available with 1.1.0 2014-09-17+ -- I'm starting to use the IDE a bit more and have a

[Sikuli-driver] [Bug 1251163] Re: [request] add feature to get pixel color of a captured image

2014-09-17 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.0 => 1.2.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1251163 Title: [request] add feature to get pixel color of a captured image Status in Sikuli:

[Sikuli-driver] [Question #254627]: Need to log the Sikuli IDE executed message to external file

2014-09-17 Thread Srinivas P
New question #254627 on Sikuli: https://answers.launchpad.net/sikuli/+question/254627 Hi , I am using Sikuli IDE to automate Swing based application I wanted to write some messages to external file in my script or wanted to write Sikuli IDE messages shown during ruing the script to external

[Sikuli-driver] [Bug 1311024] Re: [request] want crash notification as popup, when running from command line.

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Medium ** Changed in: sikuli Milestone: 1.1.0 => 1.2.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1311024 Title: [request] want crash notifica

Re: [Sikuli-driver] [Question #254619]: sikuli-java 1.0.1 : Customizing the location of 'libs' where the DLLs are unpacked

2014-09-17 Thread Pathiyil
Question #254619 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254619 Status: Answered => Solved Pathiyil confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #254154]: Sikuli doesn't seem to see the whole screen on my EeePC?

2014-09-17 Thread kaefert
Question #254154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254154 Status: Answered => Open kaefert is still having a problem: no I've already exchanged the bundled one with a self compiled one because with the bundled one the IDE would not start at all. -- You receiv

Re: [Sikuli-driver] [Question #254154]: Sikuli doesn't seem to see the whole screen on my EeePC?

2014-09-17 Thread RaiMan
Question #254154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254154 Status: Open => Answered RaiMan proposed the following answer: ok, nevertheless. But before doing anything else, just open the IDE and close all existing tabs. Close and reopen IDE from command line wit

Re: [Sikuli-driver] [Question #254154]: Sikuli doesn't seem to see the whole screen on my EeePC?

2014-09-17 Thread kaefert
Question #254154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254154 Status: Answered => Open kaefert is still having a problem: this code: find(Region(0,0,100,100)).highlight(3) gives me this error: [error] script stopped with error in line 1 [error] FindFailed ( org.py

[Sikuli-driver] [Bug 1271470] Re: [1.0.1] taking screenshots either fails or inserts full pathname

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: + should work now: 1.1.0 2014-09-17+ + - After inserting screenshots using the take screenshot function in the IDE, I observe either wait("__CLICK-TO-CAPTURE__") after turning off

[Sikuli-driver] [Bug 1253700] Re: [1.0.1] Linux: RHEL5: makeVisionProxy should reflect non root install

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: Medium => High ** Changed in: sikuli Milestone: 1.1.0 => 1.2.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1253700 Title: [1.0.1] Linux: RHEL5: makeVis

[Sikuli-driver] [Bug 614456] Re: [request] option to lock mouse movement+click to prevent user from interrupting

2014-09-17 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.0 => 1.2.0 ** Description changed: + added a more general solution, but has to be finalized early in 1.2 + --- + Hallo. Sikuli is a great project and it is fun working with it but there is something that

[Sikuli-driver] [Bug 697604] Re: [request] message concept for stdout/sterr

2014-09-17 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.0 => 1.2.0 ** Description changed: + 1.1.0: many improvements, but ongoing effort + 1.2. new logging concept + Sikuli X all platforms Especially when running Sikuli scripts in a way, t

[Sikuli-driver] [Bug 681781] Re: [request] Save original and last known location of image

2014-09-17 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.0 => 1.2.0 ** Description changed: + 1.1.0: partly implemented with new Image class (last match location is stored and checked first at subsequent searches) + 1.2: make it persistent including the information where it was captured + --

[Sikuli-driver] [Bug 1188599] Re: [1.0] Region.text() does not work -- switched off in the standard

2014-09-17 Thread RaiMan
** Changed in: sikuli Status: Fix Committed => Won't Fix ** Changed in: sikuli Milestone: 1.1.0 => None ** Changed in: sikuli Importance: High => Wishlist -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.

[Sikuli-driver] [Bug 1013396] Re: X-1.0rc3-931: Java heap space exhausted with long running script using Region.right() .below() .nearby().

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1013396 Title: X-1.0rc3-931: Java heap space exhausted with long running script using Region.

[Sikuli-driver] [Bug 1183349] Re: [1.0 tempFix] Linux Jar file not compatible with Java 6

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: - *** workaround - use Sikuli-1.0.0-SupplementalLinuxJava6.zip from the download page + fixed in 1.1.0 --- The new 1.0.0 Jar file fie linux 64 bi

[Sikuli-driver] [Bug 1189442] Re: [request] Pattern instance from image within a jar or buffered image

2014-09-17 Thread RaiMan
** Description changed: + available now with 1.1.0 2014-09-17+ + (classes Image and ImagePath, see java docs) + - + Hi, I'd like to instantiate Pattern, but instead of using the path to a standard image file, my image file is stored in a .jar fi

[Sikuli-driver] [Bug 1205370] Re: [1.0] Jython 2.5.4: in bundled Lib/socket.py syntax error

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: + fixed with 1.1.0: contains Jython 2.7 + - + line 311 in socket.py has an un-terminated ' -- You received this bug notification because you are a member of Sikuli Drivers, w

[Sikuli-driver] [Bug 1220640] Re: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1220640 Title: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) ---

[Sikuli-driver] [Bug 1202394] Re: [request] IDE: Search should include image file names

2014-09-17 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.0 => 1.2.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1202394 Title: [request] IDE: Search should include image file names Status in Sikuli: Fix Com

Re: [Sikuli-driver] [Question #254154]: Sikuli doesn't seem to see the whole screen on my EeePC?

2014-09-17 Thread RaiMan
Question #254154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254154 Status: Open => Answered RaiMan proposed the following answer: --- find(Region(0,0,100,100)).highlight(3) a Region cannot be used for a search - only image files or Patterns --- [error] highlight does n

[Sikuli-driver] [Question #254631]: Sikuli allot seems to be missing?

2014-09-17 Thread Steve
New question #254631 on Sikuli: https://answers.launchpad.net/sikuli/+question/254631 Hi All, I am a contract test analyst and I use sikuli from time to time I know how to use the basics of the program image capture wait popup box etc etc however I would like to see the full potential of what f

[Sikuli-driver] [Bug 1224863] Re: [1.0.1] click() on Region/Location outside screen gives Null pointer exception --- should be more explanatory

2014-09-17 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: + fixed with 1.1.0 + - + 1 - Version of SIKULI : X-1.0.1 2 - Operating system : Windows XP Pro SP3 3 - Procedure to reproduce the bug: The Null Pointer Exception was raised in this line of my cod

[Sikuli-driver] [Bug 1220640] Re: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar

2014-09-17 Thread RaiMan
*** This bug is a duplicate of bug 1189442 *** https://bugs.launchpad.net/bugs/1189442 ** This bug has been marked a duplicate of bug 1189442 [request] Pattern instance from image within a jar or buffered image -- You received this bug notification because you are a member of Sikuli Drive

[Sikuli-driver] [Bug 1245887] Re: [1.0.1] Env.getOS() run on Ubuntu with sikuliX 1.01 returns 'MAC"

2014-09-17 Thread RaiMan
** Description changed: + fixed in 1.1.0 + + Using the newest version of Sikuli (sikuli-1.0.1) Env.getOS() run on Ubuntu 12.04 returns 'MAC' instead of 'LINUX'. ** Changed in: sikuli Importance: High => Critical -- You received this bug notification because you are a me

Re: [Sikuli-driver] [Question #254631]: Sikuli allot seems to be missing?

2014-09-17 Thread RaiMan
Question #254631 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254631 Status: Open => Answered RaiMan proposed the following answer: Sikuli scripts generally are written in Python language. If you run a script, it is interpreted and run by the bundled Jython interpreter,

Re: [Sikuli-driver] [Question #254631]: Sikuli allot seems to be missing?

2014-09-17 Thread RaiMan
Question #254631 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254631 RaiMan proposed the following answer: a rather complete list of all functions with basic information currently is only available through the Java docs: http://nightly.sikuli.de/docs/index.html -- You recei

Re: [Sikuli-driver] [Question #254631]: Sikuli allot seems to be missing?

2014-09-17 Thread Steve
Question #254631 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254631 Status: Answered => Solved Steve confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, wh

Re: [Sikuli-driver] [Question #254627]: Need to log the Sikuli IDE executed message to external file

2014-09-17 Thread RaiMan
Question #254627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254627 Status: Open => Answered RaiMan proposed the following answer: look here: https://github.com/RaiMan/SikuliX-2014/wiki/New-features-in-the-IDE with 1.1.0 there is also a callback feature available, that

Re: [Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-17 Thread retano
Question #254595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254595 Status: Answered => Solved retano confirmed that the question is solved: Hi RaiMan, It is version 1.0.1 Java. Your workaround worked just fine: paste(unicode("тест", "utf8")) thank you for the quick so

Re: [Sikuli-driver] [Question #254570]: Value is not getting matched when comma inserted.

2014-09-17 Thread Subhasree Mohapatra
Question #254570 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254570 Status: Needs information => Open Subhasree Mohapatra gave more information on the question: The code is dir_xl ="C:\\Program Files\\SIKULI\\Lib\\xlrd" dir_xw ="C:\\Program Files\\SIKULI\\Lib\\xlwt" dir

Re: [Sikuli-driver] [Question #254570]: Value is not getting matched when comma inserted.

2014-09-17 Thread RaiMan
Question #254570 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254570 RaiMan proposed the following answer: BTW: a shortcut: print "pass" if a==k else "fail" -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #254570]: Value is not getting matched when comma inserted.

2014-09-17 Thread RaiMan
Question #254570 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254570 Status: Open => Answered RaiMan proposed the following answer: no magic - just Python: print k would have revealed that k = 2,222.43 results in k being a list containing the 2 values (2, 222.43) and

Re: [Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-17 Thread rss
Question #254595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254595 rss posted a new comment: # comment #5 (RaiMan) Checked in winxp, win7. With any BUFFER type it is really work in winxp. But it does not work in win7 without CHAR_BUFFER. BTW, there is a short form: paste(

[Sikuli-driver] [Question #254655]: MinTargetSize setting on 1.1.0 Night builds

2014-09-17 Thread Vyacheslav Kolesnik
New question #254655 on Sikuli: https://answers.launchpad.net/sikuli/+question/254655 Hi! Where I can set up vision's 'MinTargetSize' now? When I try to import proxies or natives modules I got an "[error] ImportError ( No module named proxies )" error. -- You received this question notificatio