Hi,
I am completely new here trying to give second life of my oregon LW300 station.
I am running linux mint on an old Asus Eee pc (32 bit system). I installed weewx following instruction using debian package. Seems to work fine in simulation mode. I installed weewx-interceptor driver from github following the instruction.
In order to figure out how my LW300 bridge is communicating with pc I tried to run the driver directly like:
PYTHONPATH=bin python bin/user/interceptor.py --help
however, inmy system weewx was installed in
/usr/share/weewx/ and interceptor.py is located at: /usr/share/weewx/user
so I tried the command
:/usr/share/weewx$ PYTHONPATH=bin python user/interceptor.py --help
Traceback (most recent call last):
File "user/interceptor.py", line 302, in <module>
import weewx.drivers
ImportError: No module named weewx.drivers
I guess something is wrongly linked or placed in wrong directory. But what is wrong here?
Please help!
Thanks in advance
Zbigniew