← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #194489]: 10.2: ImportError with other script in same folder --- sys.path has to contain each script folder, that you want to import

 

Question #194489 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194489

RaiMan posted a new comment:
BTW: def sub1(self):
does not make sense if you do not have self defined classes with methods.
So it should be:
def sub1():

So this should give you a runtime error in main like:
sub1 needs 1 parameter 0 given

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.