Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-20 Thread obiwan-92
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Open = Answered obiwan-92 proposed the following answer: Hello. Replace createWorkflow(workflowName = Cardiac) by createWorkflow(Cardiac). It should be work better. Regards. -- You

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-20 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Answered = Open Garima Kumar is still having a problem: Hello Obiwan, thanks for the reply,with createWorkflow(Cardiac). it's working fine. but now one more error came into picture, i am

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-20 Thread obiwan-92
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Open = Answered obiwan-92 proposed the following answer: Ok. I see a lot of errors, here. 1. At the beginning of the imported file, add : from sikuli import * 2. Replace if exists(patientName)

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-20 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Answered = Solved Garima Kumar confirmed that the question is solved: hello Obiwan i m missing point 1 so it has solved my problem. point 2 is my typo mistake while writting the question. point

[Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Garima Kumar
New question #245732 on Sikuli: https://answers.launchpad.net/sikuli/+question/245732 Hello team, i am trying to call an parameterized method available in a different .sikuli folder. i am able to call a non parameterized but not the parameterized one. Please guide me how to do the same. Thanks

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Eugene S
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Open = Needs information Eugene S requested more information: Hi Garima, Can you please provide a bit more information on how are you attempting to do that? Thanks, Eugene -- You received

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Needs information = Open Garima Kumar gave more information on the question: Hello, I have a workflow.sikuli, inside that ia have a method called def createWorkflow(workflowName): print