Thanks to all. I thought it looked like I had competing versions of Python 2.7 installed. Fortunately, this machine is dedcated to just tis project, sio I erased the disk and did a full install of 10.11.6 (Mac El Capitan), and then reinstralled weewx.
I got weewx working with the simulator as a driver, but after installing the wh23xx driver I'm getting errors. So will close out this thread and open new one on driver errors. Thanks again to all. On Thursday, February 16, 2017 at 7:50:28 PM UTC-7, Thom Rogers wrote: > > 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? > > >
