jgateley / MC6ProIntuitive

Configuring the Morningstar MC6Pro via an intuitive config file
MIT License
2 stars 0 forks source link

NameError: name 'false' is not defined. Did you mean: 'False'? #12

Closed DdC441 closed 6 months ago

DdC441 commented 6 months ago

I get the error, "NameError: name 'false' is not defined. Did you mean: 'False'?" when trying to run python3 -b Features.json Features-Intuitive.json. I'm on a MacBook if that makes any difference, running python is Terminal. Please let me know if you need any more detail. Suggestions for next step?

jgateley commented 6 months ago

This was caused by a problem in the docs, the python command didn't include the name of the program file (mc6pro.py) and was trying to run json as python. This is fixed in 0.1.2 to be released today or tomorrow