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

2017-02-17 Thread Vince Skahan
On Friday, February 17, 2017 at 4:53:15 PM UTC-8, Thom Rogers wrote: > > Apparently I havr\e both (/usr/bin/python and also /usr/local/bin/python > 0 NEITHER ONE IMPORTS CONFIGOBJ > >> >> >> On my macbook using the same os version, I have just /usr/bin/python. I did "sudo pip install configobj"

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

2017-02-17 Thread Thom Rogers
Apparently I havr\e both (/usr/bin/python and also /usr/local/bin/python 0 NEITHER ONE IMPORTS CONFIGOBJ Thomas-Rogerss-Mac-mini:~ chop$ /usr/local/bin/python Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 12:39:47) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyr

[weewx-development] Re: format of what genLoopPackets yields with "yield packet"

2017-02-17 Thread crichmon762
Yes, I've read the guides back and forth a number of times, but it's funny in that these certain details, while there, aren't so obvious until they are pointed out. I should have this hooked up to weewx shortly. I can make loop records now that look right. Now, on to bolting this stuff into

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

2017-02-17 Thread Vince Skahan
On Friday, February 17, 2017 at 3:57:02 PM UTC-8, Thom Rogers wrote: > > Thanks Vince. Here's what those commands produce: > > And there is no /usr/bin/python on your computer ? And if you run /usr/local/bin/python, get into the python shell, and import configobj it fails ? Still think you have

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

2017-02-17 Thread Thom Rogers
Thanks Vince. Here's what those commands proruce: Thomas-Rogerss-Mac-mini:~ chop$ pip list --format=columns PackageVersion -- --- Cheetah2.4.4 configobj 5.0.6 Markdown 2.6.8 olefile0.44 Pillow 4.0.0 pip9.0.1 pyephem3.7.6.0 pyserial

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

2017-02-17 Thread Thom Rogers
I have set PYTHONPATH, as PYTHONPATH= "/usr/local/bin/:/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages:/Users/Shared/weewx/bin/:/Library/Frameworks/Python.framework/Versions/2.7/bin" I've also not set it at all (commented out the set and export statement in .bash_pr

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

2017-02-17 Thread Vince Skahan
On Friday, February 17, 2017 at 11:48:55 AM UTC-8, mwall wrote: > > On Friday, February 17, 2017 at 2:22:44 PM UTC-5, Thom Rogers wrote: >> >> Not sure what this tells us, but here's the output of those commands: >> > > trying to figure out whether you have multiple python installations > > > Took

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

2017-02-17 Thread mwall
On Friday, February 17, 2017 at 2:22:44 PM UTC-5, Thom Rogers wrote: > > Not sure what this tells us, but here's the output of those commands: > trying to figure out whether you have multiple python installations did you set PYTHONPATH? what happens when you run with no PYTHONPATH set?

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

2017-02-17 Thread Thom Rogers
Not sure what this tells us, but here's the output of those commands: Thomas-Rogerss-Mac-mini:weewx chop$ python -V Python 2.7.13 Thomas-Rogerss-Mac-mini:weewx chop$ which python /usr/local/bin/python Thomas-Rogerss-Mac-mini:weewx chop$ which pip /usr/local/bin/pip Thomas-Rogerss-Mac

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

2017-02-17 Thread mwall
On Friday, February 17, 2017 at 8:24:19 AM UTC-5, Thom Rogers wrote: > > No. No luck on that either > > > >>> import configobj > > Traceback (most recent call last): > > File "", line 1, in > > ImportError: No module named configobj > >> >> which python do you get when you invoke the shell? tr

[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 UTC-5, Thom Rogers wrote: >> >