--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c2f7ae08-3eb7-403d-a68e-0a2439f9e4e5%40googlegroups.com.
Do you have several versions of Python on your machine? It's possible pyephem was installed using one version, but you're trying to run weewxd under another.Try invoking python explicitly when you run wee_reports and weewxd. This will guarantee that they are using the same version of Python:sudo python /usr/share/weewx/weewxd /etc/weewx/weewx.confsudo python /usr/share/weewx/wee_reports /etc/weewx/weewx.confSee if those give the same results.-tk
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/44f9ef1e-8082-416d-bcbc-4fc3f749d179%40googlegroups.com.
Not sure I understand your question.You are using WeeWX V3.9.2, which will run only under Python 2 so, unless you installed pyephem under Python 3, it should not be a factor. Try this to see where pyephem ended up:This will tell us what version of Python is the default:python -VThis will test whether pyephem was installed for the default version:python -c "import ephem"This will test whether pyephem was accidentally installed for Python 3:python3 -c "import ephem"-tk
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/44f9ef1e-8082-416d-bcbc-4fc3f749d179%40googlegroups.com.
Install pyephem for detailed celestial timings.
Not sure I understand your question.You are using WeeWX V3.9.2, which will run only under Python 2 so, unless you installed pyephem under Python 3, it should not be a factor. Try this to see where pyephem ended up:This will tell us what version of Python is the default:python -VThis will test whether pyephem was installed for the default version:python -c "import ephem"This will test whether pyephem was accidentally installed for Python 3:python3 -c "import ephem"-tk
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/44f9ef1e-8082-416d-bcbc-4fc3f749d179%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1f0244d9-239f-4662-a077-43b6585e08d8o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1f0244d9-239f-4662-a077-43b6585e08d8o%40googlegroups.com.