Looks like you installed RPi-as3935 module, when it is looking for module named RPi_AS3935. I believe this should solve the issue: https://pypi.org/project/RPi_AS3935/
On Thursday, February 6, 2020 at 12:35:15 PM UTC-5, Giuseppe Saia wrote: > > > > here's what happened > > Feb 6 18:32:38 raspberrypi weewx[15458]: sdr: MainThread: waiting for > stdout-thread > Feb 6 18:32:42 raspberrypi weewx[15458]: sdr: MainThread: waiting for > stderr-thread > Feb 6 18:32:52 raspberrypi weewx[15458]: sdr: MainThread: timed out > waiting for stderr-thread > Feb 6 18:32:52 raspberrypi weewx[15458]: sdr: MainThread: close stdout > Feb 6 18:32:52 raspberrypi weewx[15458]: sdr: MainThread: close stderr > Feb 6 18:32:52 raspberrypi weewx[15458]: engine: Caught unrecoverable > exception in engine: > Feb 6 18:32:52 raspberrypi weewx[15458]: **** No module named > RPi_AS3935 > Feb 6 18:32:52 raspberrypi weewx[15458]: **** Traceback (most recent > call last): > Feb 6 18:32:52 raspberrypi weewx[15458]: **** File > "/home/weewx/bin/weewx/engine.py", line 888, in main > Feb 6 18:32:52 raspberrypi weewx[15458]: **** engine = > engine_class(config_dict) > Feb 6 18:32:52 raspberrypi weewx[15458]: **** File > "/home/weewx/bin/weewx/engine.py", line 78, in __init__ > Feb 6 18:32:52 raspberrypi weewx[15458]: **** > self.loadServices(config_dict) > Feb 6 18:32:52 raspberrypi weewx[15458]: **** File > "/home/weewx/bin/weewx/engine.py", line 142, in loadServices > Feb 6 18:32:52 raspberrypi weewx[15458]: **** > self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict)) > Feb 6 18:32:52 raspberrypi weewx[15458]: **** File > "/home/weewx/bin/weeutil/weeutil.py", line 1107, in _get_object > Feb 6 18:32:52 raspberrypi weewx[15458]: **** mod = > __import__(module) > Feb 6 18:32:52 raspberrypi weewx[15458]: **** File > "/home/weewx/bin/user/as3935.py", line 73, in <module> > Feb 6 18:32:52 raspberrypi weewx[15458]: **** from RPi_AS3935 > import RPi_AS3935 > Feb 6 18:32:52 raspberrypi weewx[15458]: **** ImportError: No module > named RPi_AS3935 > Feb 6 18:32:52 raspberrypi weewx[15458]: **** Exiting. > > > > -- 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/a716baaa-72a7-4a1f-9c1d-784d1bd26433%40googlegroups.com.
