[weewx-development] Re: weewx won't start with user.wh23xx driver

2017-03-11 Thread Thom Rogers
Hi Matt, I found the usb repo, but not sure what I need to download from there (and where to put it ) in order to use with my wh23xx driver. On Saturday, February 18, 2017 at 11:35:20 PM UTC-7, Thom Rogers wrote: > > Running on a Mini-Mac w 8GB RAM and OSX 10.11.6 (El Capitan) > I've

[weewx-development] Re: weewx won't start with user.wh23xx driver

2017-02-21 Thread Thom Rogers
Matt, I'm confused as to why you are talking about an acurite driver. I'm interfacing to an Excelvan WH2310 which I believe is a Fine Offset station, not Acurite. On Monday, February 20, 2017 at 5:11:03 PM UTC-7, mwall wrote: > > On Sunday, February 19, 2017 at 1:35:20 AM UTC-5, Thom

[weewx-development] Re: weewx won't start with user.wh23xx driver

2017-02-20 Thread Thom Rogers
Sounds great . Thanks. On Saturday, February 18, 2017 at 11:35:20 PM UTC-7, Thom Rogers wrote: > > Running on a Mini-Mac w 8GB RAM and OSX 10.11.6 (El Capitan) > I've installed the wh23xx driver per instructions at h > ttps://github.com/matthewwall/weewx-wh23xx , but when I

[weewx-development] Re: weewx won't start with user.wh23xx driver

2017-02-18 Thread Thom Rogers
De bug log On Saturday, February 18, 2017 at 11:35:20 PM UTC-7, Thom Rogers wrote: > > Running on a Mini-Mac w 8GB RAM and OSX 10.11.6 (El Capitan) > I've installed the wh23xx driver per instructions at h > ttps://github.com/matthewwall/weewx-wh23xx , but when I try to start it >

[weewx-development] weewx won't start with user.wh23xx driver

2017-02-18 Thread Thom Rogers
Running on a Mini-Mac w 8GB RAM and OSX 10.11.6 (El Capitan) I've installed the wh23xx driver per instructions at h ttps://github.com/matthewwall/weewx-wh23xx , but when I try to start it via wx01s-Mac-mini:weewx chop$ pwd /Users/Shared/weewx wx01s-Mac-mini:weewx chop$ ./bin/weewxd weewx.conf

[weewx-development] Re: ./bin/weewxd weewx.conf fails with ImportError: No module named configobj

2017-02-17 Thread Thom Rogers
File "", line 1, in ImportError: No module named configobj On Friday, February 17, 2017 at 5:45:15 PM UTC-7, Vince Skahan wrote: > > On Friday, February 17, 2017 at 3:57:02 PM UTC-8, Thom Rogers wrote: >> >> Thanks Vince. Here's what those commands produ

[weewx-development] Re: ./bin/weewxd weewx.conf fails with ImportError: No module named configobj

2017-02-17 Thread Thom Rogers
statement in .bash_profile) and tried to run weewx with the same result as originally posted: "ImportError: No module named configobj" On Friday, February 17, 2017 at 12:48:55 PM UTC-7, mwall wrote: > > On Friday, February 17, 2017 at 2:22:44 PM UTC-5, Thom Rogers wrote: >> >> N

[weewx-development] Re: ./bin/weewxd weewx.conf fails with ImportError: No module named configobj

2017-02-17 Thread Thom Rogers
-Mac-mini:weewx chop$ which easy_install /usr/local/bin/easy_install Thomas-Rogerss-Mac-mini:weewx chop$ On Friday, February 17, 2017 at 6:36:55 AM UTC-7, mwall wrote: > > On Friday, February 17, 2017 at 8:24:19 AM UTC-5, Thom Rogers wrote: >> >> No. No l

[weewx-development] Re: ./bin/weewxd weewx.conf fails with ImportError: No module named configobj

2017-02-17 Thread Thom Rogers
No. No luck on that either >>> import configobj Traceback (most recent call last): File "", line 1, in ImportError: No module named configobj On Thursday, February 16, 2017 at 10:46:09 PM UTC-7, mwall wrote: > > On Thursday, February 16, 2017 at 9:50:28 PM

[weewx-development] Re: ./bin/weewxd weewx.conf fails with ImportError: No module named configobj

2017-02-16 Thread Thom Rogers
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-