Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-06 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Summary changed to: multiple scripts --- from sikuli import * needed -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import *needed

2012-08-06 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Summary changed to: multiple scripts --- from sikuli import *needed -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-07 Thread Neo
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Neo proposed the following answer: I think you didn't read my second comment ;) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-08 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 RaiMan posted a new comment: @ Neo Oh yes man: the one, who can read, has an advantage ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact f

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Answered => Open arun.a is still having a problem: i modified the script new1 -- from sikuli import * #import unittest #import HTMLTestRunner class Channel(unittest.TestCase): def test0(

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Answered RaiMan proposed the following answer: easy one ;-) should read from new1 import * instead of import new1 import * It took some time for me, to accept these cryptic SyntaxError

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Answered => Solved arun.a confirmed that the question is solved: Hi RaiMan, it was my mistake i changed the same to import new1 import * Log - error] Stopped [error] An error occurs at line

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Solved => Open arun.a is still having a problem: Hi RaiMan, it was my mistake i changed the same to import new1 import * Log - error] Stopped [error] An error occurs at line 3 [error] Error

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Answered RaiMan proposed the following answer: do not do this: from unittest import * from HTMLTestRunner import* use instead: import unittest import HMLTestRunner from some_module im

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Answered => Open arun.a is still having a problem: from sikuli import * myScriptPath = "C:\\Documents and Settings\\USER\\Desktop\\new1.sikuli" from new1 import * import unittest import HTMLTes

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Needs information RaiMan requested more information: from dlmsnew1 import * is in the error message, but from new1 import * in your comment??? something's going odd here? -- You rec

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Needs information => Open arun.a gave more information on the question: No..it is correct.. if i am using new1 script i will mention that file in import file..that i understood See the final on

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Answered RaiMan proposed the following answer: Ok, since you use the module unit test in dlmsnew1.sikuli, you need import unittest currently it is commented out ! Python does not have

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Answered => Solved arun.a confirmed that the question is solved: Thanks Very much RaiMan..Now it is working fine. Thanks once again -- You received this question notification because you are a