Re: [Sikuli-driver] [Question #233740]: Sikuli Is Not Reading entire XML File

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Status: Open = Answered RaiMan proposed the following answer: --- from xml.dom import minidom confirmed: there is some sort of problem with this import. But it only happens, when a script is run

Re: [Sikuli-driver] [Question #233740]: [1.0] Problems importing xml.dom.minidom in script running mode - interactive seems to work

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Summary changed to: [1.0] Problems importing xml.dom.minidom in script running mode - interactive seems to work -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #233740]: [1.0] Problems importing xml.dom.minidom in script running mode - interactive seems to work

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Bug 1076372] Re: [request] improvement for run command

2013-08-09 Thread RaiMan
Thanks for contribution. I already fixed this with version 1.0.1, since I needed it myself internally ;-) The run() now handles parameters with enclosing apostrophes correctly, as well as the usage of \space and returns: stdout line1 stdout line2 stdout line3 ... *** error *** stderr line1

Re: [Sikuli-driver] [Question #233740]: [1.0] Problems importing xml.dom.minidom in script running mode - interactive seems to work

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 RaiMan posted a new comment: for the HTML text output this is a workaround: instead of print x use: print x.replace(, amp;).replace(, lt;).replace(, gt;) --- make a def or lambda to use it more often

Re: [Sikuli-driver] [Question #233740]: [1.0] Problems importing xml.dom.minidom in script running mode - interactive seems to work

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 RaiMan proposed the following answer: I fixed the HTML output problem with the version 1.0.1. You might try it already with the preview: faq 2269 -- You received this question notification because you are

Re: [Sikuli-driver] [Question #233740]: [1.0] Problems importing xml.dom.minidom in script running mode

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Summary changed to: [1.0] Problems importing xml.dom.minidom in script running mode -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Question #233740]: Status of bug #1210472 changed to 'Fix Committed' in Sikuli

2013-08-09 Thread RaiMan
Bug #1210472 status changed in Sikuli: New = Fix Committed https://bugs.launchpad.net/sikuli/+bug/1210472 [1.0] IDE: HTML code not printed or not printed correctly in message area This bug is linked to #233740. [1.0] Problems importing xml.dom.minidom in script running mode

Re: [Sikuli-driver] [Question #233740]: [1.0] Problems importing xml.dom.minidom in script running mode

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Linked to bug: #1210472 https://bugs.launchpad.net/bugs/1210472 [1.0] IDE: HTML code not printed or not printed correctly in message area -- You received this question notification because you

[Sikuli-driver] [Bug 1210472] [NEW] [1.0] IDE: HTML code not printed or not printed correctly in message area

2013-08-09 Thread RaiMan
Public bug reported: --- fixed with version 1.0.1 - I'm trying to start file i/o in my program wanted to get a simple file read and print working. But sikuli isn't reading or printing the entire file. The file is a short xml file: ?xml

Re: [Sikuli-driver] [Question #233740]: [1.0] Problems importing xml.dom.minidom in script running mode

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Linked to bug: #1210474 https://bugs.launchpad.net/bugs/1210474 [1.0] Problems importing xml.dom.minidom in script running mode -- You received this question notification because you are a

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

2013-08-09 Thread RaiMan
Bug #1210474 status changed in Sikuli: New = In Progress https://bugs.launchpad.net/sikuli/+bug/1210474 [1.0] Problems importing xml.dom.minidom in script running mode This bug is linked to #233740. [1.0] Problems importing xml.dom.minidom in script running mode

[Sikuli-driver] [Bug 1210474] [NEW] [1.0] Problems importing xml.dom.minidom in script running mode

2013-08-09 Thread RaiMan
Public bug reported: with a simple script like from xml.dom import minidom I get the following error File /Users/colej/Documents/xml.sikuli/xml.py, line 1, in module from xml.dom import minidom ImportError: No module named dom !!WHILE IMPORTING!! I did not find any method, to get minidom

[Sikuli-driver] [Bug 1210474] Re: [1.0] Problems importing xml.dom.minidom in script running mode

2013-08-09 Thread RaiMan
Seems to be Jython problem, because it happens also, when using plain Jython to run a script containing this line. ** Changed in: sikuli Status: New = In Progress ** Changed in: sikuli Importance: Undecided = Medium ** Changed in: sikuli Assignee: (unassigned) = RaiMan

Re: [Sikuli-driver] [Question #233740]: [1.0] IDE: HTML coded text not printed correctly

2013-08-09 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Summary changed to: [1.0] IDE: HTML coded text not printed correctly Description changed to: fixed with 1.0.1 --- I'm trying to start file i/o in my program

[Sikuli-driver] [Bug 1210474] Re: [1.0] Problems importing xml.dom.minidom in script running mode

2013-08-09 Thread RaiMan
I again checked the problem with any combination of Sikuli and Jython 2.5.3 and 2.5.4: I do not get the error anymore. The only situation: if a xml.sikuli can be found in sys.path (might be in the same directory or even the current script), the import fails. Sikuli's import support prioritizes

Re: [Sikuli-driver] [Question #233331]: No parsers found error when running from command line

2013-08-09 Thread RaiMan
Question #21 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/21 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #233331]: No parsers found error when running from command line

2013-08-09 Thread RaiMan
Question #21 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/21 RaiMan posted a new comment: linked this question to bug 1210474, to have it together -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #233331]: No parsers found error when running from command line

2013-08-09 Thread RaiMan
Question #21 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/21 Linked to bug: #1210474 https://bugs.launchpad.net/bugs/1210474 [1.0] Problems importing xml.dom.minidom in script running mode -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #233667]: xlrd open workbook module not found

2013-08-09 Thread RaiMan
Question #233667 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233667 Status: Open = Answered RaiMan proposed the following answer: The folder to use must be: C:\Program Files (x86)\Sikuli X\Lib (it does not exist yet) ... and what you have to put there is the file

[Sikuli-driver] [Bug 512476] Re: the path to sikuli scripts can't contain non-roman characters

2013-08-09 Thread Wadim Gawrischenko
Also ü ö ä ß -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/512476 Title: the path to sikuli scripts can't contain non-roman characters Status in Sikuli: In Progress Bug description:

Re: [Sikuli-driver] [Question #233689]: Detect a dialog box

2013-08-09 Thread tlondon
Question #233689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233689 Status: Answered = Solved tlondon confirmed that the question is solved: Thank you for the responses folks. When preparing my images for RaiMan, I wanted to double check and make sure that larger

[Sikuli-driver] [Bug 1210599] [NEW] Negative Target Offset causes an error message - Location outside any screen

2013-08-09 Thread David Adnitt
Public bug reported: Version: Sikuli 1.0.1 OS: Windows 7 If you use a Target Offset on an image, when you mouse over or scroll over the code the following error message is display in the message window. [error] Location: outside any screen (-64, 0) - subsequent actions might not work as

[Sikuli-driver] [Bug 1210599] Re: [1.0] Negative Target Offset causes an error message - Location outside any screen

2013-08-09 Thread RaiMan
Uuups just found it is still there ??? Nevertheless - I will fix it. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1210599 Title: [1.0] Negative Target Offset causes an error message - Location

[Sikuli-driver] [Bug 1210599] Re: Negative Target Offset causes an error message - Location outside any screen

2013-08-09 Thread RaiMan
Thanks for finding: fixed in Service Update 1.0.1 (preview: http://www.sikuli.org/download.html) ** Summary changed: - Negative Target Offset causes an error message - Location outside any screen + [1.0] Negative Target Offset causes an error message - Location outside any screen ** Changed

Re: [Sikuli-driver] [Question #233608]: Efficiency for Chess

2013-08-09 Thread jay dee
Question #233608 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233608 Status: Answered = Open jay dee is still having a problem: Mr. RaiMan, let us jump further down this rabbit hole... I have a few more questions for you regarding this potential pathway. 1.) How fast

Re: [Sikuli-driver] [Question #233667]: xlrd open workbook module not found

2013-08-09 Thread mach81
Question #233667 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233667 Status: Answered = Open mach81 is still having a problem: Where exactly is xlrd.pyits not in the xlrd module folder -- You received this question notification because you are a member of Sikuli