python-openzwave icon indicating copy to clipboard operation
python-openzwave copied to clipboard

examples can't find openzwave/config

Open turboc1208 opened this issue 6 years ago • 1 comments
trafficstars

I'm trying out some of the examples but they cannot find ../openzwave/config . I did the install straight from the instructions and pyozw_check works fine. What directory should I be running the examples from and where under the embeded openzwave should this directory be pointing to. Is there a filename in this directory that I could use to run a find on?

Never mind found it. I tried getting to it with a relative path earlier but evidently it didn't like that. I specified the entire path from root and it's working.

turboc1208 avatar Jan 16 '19 15:01 turboc1208

I submitted a PR #159 that evaluates the config path and the user path (if supplied) It expands the $, ~ and % variables if used and also changes the path to an absolute path (based off the cwd that is set in python).

kdschlosser avatar Mar 18 '19 04:03 kdschlosser