I also attach the error log file. I hope it will be useful to help me
Feb 5 17:26:19 raspberrypi weewx[10352]: engine: Loading service user.as3935.AS3935
Feb 5 17:26:19 raspberrypi weewx[10352]: sdr: MainThread: shutdown process rtl_433 -M utc -F json -R 42 -R 12
Feb 5 17:26:19 raspberrypi weewx[10352]: sdr: MainThread: waiting for stdout-thread
Feb 5 17:26:29 raspberrypi weewx[10352]: sdr: MainThread: timed out waiting for stdout-thread
Feb 5 17:26:29 raspberrypi weewx[10352]: sdr: MainThread: waiting for stderr-thread
Feb 5 17:26:39 raspberrypi weewx[10352]: sdr: MainThread: timed out waiting for stderr-thread
Feb 5 17:26:39 raspberrypi weewx[10352]: sdr: MainThread: close stdout
Feb 5 17:26:39 raspberrypi weewx[10352]: sdr: MainThread: close stderr
Feb 5 17:26:39 raspberrypi weewx[10352]: engine: Caught unrecoverable exception in engine:
Feb 5 17:26:39 raspberrypi weewx[10352]: **** No module named RPi_AS3935
Feb 5 17:26:39 raspberrypi weewx[10352]: **** Traceback (most recent call last):
Feb 5 17:26:39 raspberrypi weewx[10352]: **** File "/home/weewx/bin/weewx/engine.py", line 888, in main
Feb 5 17:26:39 raspberrypi weewx[10352]: **** engine = engine_class(config_dict)
Feb 5 17:26:39 raspberrypi weewx[10352]: **** File "/home/weewx/bin/weewx/engine.py", line 78, in __init__
Feb 5 17:26:39 raspberrypi weewx[10352]: **** self.loadServices(config_dict)
Feb 5 17:26:39 raspberrypi weewx[10352]: **** File "/home/weewx/bin/weewx/engine.py", line 142, in loadServices
Feb 5 17:26:39 raspberrypi weewx[10352]: **** self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))
Feb 5 17:26:39 raspberrypi weewx[10352]: **** File "/home/weewx/bin/weeutil/weeutil.py", line 1107, in _get_object
Feb 5 17:26:39 raspberrypi weewx[10352]: **** mod = __import__(module)
Feb 5 17:26:39 raspberrypi weewx[10352]: **** File "/home/weewx/bin/user/as3935.py", line 73, in <module>
Feb 5 17:26:39 raspberrypi weewx[10352]: **** from RPi_AS3935 import RPi_AS3935
Feb 5 17:26:39 raspberrypi weewx[10352]: **** ImportError: No module named RPi_AS3935
Feb 5 17:26:39 raspberrypi weewx[10352]: **** Exiting.