[Sikuli-driver] [Question #191810]: Writing to a file

2012-03-27 Thread Eugene
New question #191810 on Sikuli: https://answers.launchpad.net/sikuli/+question/191810 Hi! There's some problem: Here is my simpliest script myLog = open(D:\yyuyuyu\123.txt, w) myLog.write(hello!) myLog.close() Sikuli doesn't throw any error, but the file is allways empty. What can be

Re: [Sikuli-driver] [Question #191810]: Writing to a file

2012-03-27 Thread Eugene
Question #191810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191810 Description changed to: Hi! There's some problem: Here is my simpliest script myLog = open(D:\yyuyuyu\123.txt, w) myLog.write(hello!) myLog.close() Sikuli doesn't throw any error, but the file is

[Sikuli-driver] [Question #191813]: get error when running simple script

2012-03-27 Thread Rob German
New question #191813 on Sikuli: https://answers.launchpad.net/sikuli/+question/191813 I would greatly appreciate any help in getting Sikuli to run a script. I have a feeling it's a problem with the environmental variables, but I can't seem to figure out what the issue is. thank you! here are

Re: [Sikuli-driver] [Question #190373]: How to run multiple sikuli scripts from a BAT file?

2012-03-27 Thread Launchpad Janitor
Question #190373 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/190373 Status: Needs information = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

[Sikuli-driver] [Question #191821]: How to define an AppearEvent in java

2012-03-27 Thread blackheat
New question #191821 on Sikuli: https://answers.launchpad.net/sikuli/+question/191821 Hi,guys: I am writing an observe function in sikuli using java. I read the thread https://answers.launchpad.net/sikuli/+question/165763 but I failed to create an AppearEvent which will be used in

[Sikuli-driver] [Question #191836]: Sikuli integration with selenium

2012-03-27 Thread ameya kulkarni
New question #191836 on Sikuli: https://answers.launchpad.net/sikuli/+question/191836 since selenium in unable to work on java applets, i am trying to use sikuli with selenium. I am not able to integrate sikuli commands with selenium, gives me an error.can any one help me on this?? --

Re: [Sikuli-driver] [Question #102371]: works for one user only

2012-03-27 Thread Manpreet Singh
Question #102371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/102371 Manpreet Singh posted a new comment: I have the same issue. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #191850]: On Mac OSX Lion, Sikuli works for one local user only

2012-03-27 Thread Manpreet Singh
Question #191850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191850 Manpreet Singh posted a new comment: Sorry, that should be see question 102371. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #191850]: On Mac OSX Lion, Sikuli works for one local user only

2012-03-27 Thread Manpreet Singh
New question #191850 on Sikuli: https://answers.launchpad.net/sikuli/+question/191850 Please see issue 102371 where another user had the same issue. It expired. Don't know how to reopen it. -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #191850]: On Mac OSX Lion, Sikuli works for one local user only

2012-03-27 Thread Manpreet Singh
Question #191850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191850 Linked to bug: #102371 https://bugs.launchpad.net/bugs/102371 [7.04]Can't login Ubuntu and Kubuntu LiveCDs -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #102371]: On Mac, Sikuli works for one local user only

2012-03-27 Thread Manpreet Singh
Question #102371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/102371 Summary changed to: On Mac, Sikuli works for one local user only -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #191810]: Writing to a file

2012-03-27 Thread Roman Podolyan
Question #191810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191810 Status: Open = Answered Roman Podolyan proposed the following answer: 1) Check if path is correct 2) Try to double \ chars in your path. myLog = open(C:\\123.txt, w) myLog.write(hello!+\n)

[Sikuli-driver] [Question #191858]: I am getting this error 'module' object has no attribute 'TestCase'

2012-03-27 Thread Steve Brown
New question #191858 on Sikuli: https://answers.launchpad.net/sikuli/+question/191858 This script runs perfectly when run inside the Sikuli IDE as a Unit Test. When I run it from a bat file I get this error 'module' object has no attribute 'TestCase'. this is my bat file Sikuli-IDE.bat -r

Re: [Sikuli-driver] [Question #191858]: I am getting this error 'module' object has no attribute 'TestCase'

2012-03-27 Thread RaiMan
Question #191858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191858 Status: Open = Answered RaiMan proposed the following answer: the classname is unittest.Testcase -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #191850]: On Mac OSX Lion, Sikuli works for one local user only

2012-03-27 Thread RaiMan
Question #191850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191850 Removed link to bug: #102371 https://bugs.launchpad.net/bugs/102371 [7.04]Can't login Ubuntu and Kubuntu LiveCDs -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #191813]: get error when running simple script

2012-03-27 Thread RaiMan
Question #191813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191813 Status: Open = Needs information RaiMan requested more information: --- I installed the latest version of Sikuli (as of 3.27.2012) from the installer What version is this? not a standard identifier?

Re: [Sikuli-driver] [Question #191850]: On Mac OSX Lion, Sikuli works for one local user only

2012-03-27 Thread RaiMan
Question #191850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191850 RaiMan posted a new comment: issue first reported with question (meanwhile expired): https://answers.launchpad.net/sikuli/+question/102371 -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #191850]: On Mac OSX Lion, Sikuli works for one local user only

2012-03-27 Thread RaiMan
Question #191850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191850 Status: Open = Needs information RaiMan requested more information: what Mac version? what Sikuli version? what error messages? -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #191813]: get error when running simple script

2012-03-27 Thread Rob German
Question #191813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191813 Status: Needs information = Open Rob German gave more information on the question: I installed this: Sikuli-X-1.0rc3 (r905)-win32.exe to be clear, do I have to create a new system path? I'm not

Re: [Sikuli-driver] [Question #191858]: I am getting this error 'module' object has no attribute 'TestCase'

2012-03-27 Thread Steve Brown
Question #191858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191858 Status: Answered = Open Steve Brown is still having a problem: http://docs.python.org/library/unittest.html This documentation says unittest.TestCase. I changed it anyway to unittest.Testcase and got

Re: [Sikuli-driver] [Question #191813]: get error when running simple script

2012-03-27 Thread RaiMan
Question #191813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191813 RaiMan posted a new comment: If you ran the above download, the installer should have set the path correctly. To check, open a command window and write set and press enter. check the PATH definition in the

Re: [Sikuli-driver] [Question #191858]: I am getting this error 'module' object has no attribute 'TestCase'

2012-03-27 Thread RaiMan
Question #191858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191858 Status: Open = Needs information RaiMan requested more information: Sorry for the bullshit: Python doc is right and TestCase is correct. --1. from sikuli import * is not needed in main scripts (only in

Re: [Sikuli-driver] [Question #191821]: How to define an AppearEvent in java

2012-03-27 Thread RaiMan
Question #191821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191821 Status: Open = Answered RaiMan proposed the following answer: look https://answers.launchpad.net/sikuli/+question/187435 there someone else tried to get it running and finally did. but there is

Re: [Sikuli-driver] [Question #191858]: I am getting this error 'module' object has no attribute 'TestCase'

2012-03-27 Thread Steve Brown
Question #191858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191858 Status: Needs information = Open Steve Brown gave more information on the question: I have a good folder and a bad folder C:\sikuli\Sikuli-r930-win32\Sikuli-IDE\src\fusebox\panelsUnit.sikuli is

[Sikuli-driver] [Bug 966536] [NEW] Sikuli can't find a match on a second screen/monitor when calling a function in an included module

2012-03-27 Thread ManxBug
Public bug reported: Sikuli-X 1.0rc2 Windows 7 Ultimate 64 bit. Sikuli can't find a match on a second screen/monitor when calling a function in an included module. I have a couple functions: from sikuli.Sikuli import * myScriptPath = D:\\ICProjects\\sikuli\\testPOS.sikuli if not myScriptPath

Re: [Sikuli-driver] [Question #191858]: I am getting this error 'module' object has no attribute 'TestCase'

2012-03-27 Thread RaiMan
Question #191858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191858 Status: Open = Answered RaiMan proposed the following answer: So it seems to be a problem with some irritating content in the folders when running them from C:\sikuli\Sikuli-r930-win32\Sikuli-IDE\src

[Sikuli-driver] [Bug 966708] [NEW] KeyModifier.WIN uses alt in linux

2012-03-27 Thread Brian Parma
Public bug reported: I tried using type(' ', KeyModifier.WIN), I also tried .KEY_WIN, .META, and .KEY_META, but all seem to just pass Alt+whatever. I'm trying to use it to activate WIN+r through a RDP connection. I know it's passing Alt, because I can use it to activate local hotkeys. I'm on

Re: [Sikuli-driver] [Question #191850]: On Mac OSX Lion, Sikuli works for one local user only

2012-03-27 Thread Manpreet Singh
Question #191850 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191850 Status: Needs information = Open Manpreet Singh gave more information on the question: uname -a Darwin 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012;

[Sikuli-driver] [Bug 966770] [NEW] typo mistakes in the tutorials

2012-03-27 Thread Vladimir
Public bug reported: 1. On http://sikuli.org/docx/tutorials/helloworld/helloworld-win.html replace teh with the. 2.On http://sikuli.org/docx/tutorials/surveillance/surveillance.html popup(Obama has updated his message) but on the popup itself the text is Obama has updated his status message

[Sikuli-driver] [Bug 966818] Re: Green indication for failed Unit test

2012-03-27 Thread Vladimir
** Attachment added: sikuliBug.png https://bugs.launchpad.net/bugs/966818/+attachment/2952504/+files/sikuliBug.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/966818 Title: Green

[Sikuli-driver] [Bug 966818] [NEW] Green indication for failed Unit test

2012-03-27 Thread Vladimir
Public bug reported: Sikuli version X-1.0rc3 Windows7 64bit. When I'm runing this very basic sikuli script in the Sikuli IDE I'm getting green bar on the right in UnitTest panel: def setUp(self): #popup(setup) pass def tearDown(self): #popup(tear down) pass def