← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #254991]: ConfigParser Error in Sikuli

 

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

RaiMan proposed the following answer:
of course you can:

the base functions are available in Python module os.path (see Python
docs):

import os
path = os.environ['Sikuli_Scripts']

data.read(os.path.join(path, "test data", test data.txt")

… no fiddling around with \

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