OpenSprinkler Forums OpenSprinkler Unified Firmware Questions on running an OS local weather service for a Netatmo Weather Station Reply To: Questions on running an OS local weather service for a Netatmo Weather Station

#61248

skyynet
Participant

Okay, I’ve installet git and managed to finish B)
I have Python 2.7.1 installed and downloaded WeeWx to weather and unpacked it. Then I cd’ed into weather and run

./setup.py build

and get the error:

Traceback (most recent call last):
File "./setup.py", line 19, in <module> import configobj
ImportError: No module named configobj

Any idea?