Even though I've successfully installed configobj via the pip install 
configobj command, when I try to start weewx it errors with "No module 
named configobj"

Thomas-Rogerss-Mac-mini:weewx chop$ pip install configobj
> Collecting configobj
> Collecting six (from configobj)
>   Using cached six-1.10.0-py2.py3-none-any.whl
> Installing collected packages: six, configobj
> Successfully installed configobj-5.0.6 six-1.10.0
>
> Thomas-Rogerss-Mac-mini:weewx chop$  ./bin/weewxd weewx.conf
> Traceback (most recent call last):
>   File "./bin/weewxd", line 14, in <module>
>     import weewx.engine
>   File "/Users/Shared/weewx/bin/weewx/engine.py", line 21, in <module>
>     import configobj
> ImportError: No module named configobj
>
>   
I can find configobj wiy\th the locate command:
Thomas-Rogerss-Mac-mini:bin chop$ locate configobj

/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/configobj-5.0.6-py2.7.egg




What am I missing here, or doing wrong?


Reply via email to