Hi, Python needs to know where to find the WeeWX python files. If you have a look through the interceptor readme <https://github.com/matthewwall/weewx-interceptor> and scroll down to the section titled *How to run the driver directly* it tells you what you need to do.
Gary On Saturday, 12 December 2020 at 14:01:25 UTC+10 Chris Maness wrote: > I had wee-wx interceptor running on version 3.8.2, but since upgrading > to 4.2.0 and upgrading the weewx-interceptor, I cannot get it to work. > When I run by hand to debug, I get the following error: > > /home/pi/weewx-interceptor-master/bin/user# python interceptor.py > --device=ecowitt-client --mode=sniff --iface=wlan0 --filter="src > 10.3.141.99 and dst port 80" > > Traceback (most recent call last): > > File "interceptor.py", line 302, in <module> > > import weewx.drivers > > ImportError: No module named weewx.drivers > > Any suggestions on how to fix this? > > Thanks, Chris KQ6UP > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/89cf1d35-dbdd-4fc2-b845-96a3834dd627n%40googlegroups.com.
