Most likely you just forgot to install the python usb module. *sudo apt-get install python-usb*
-tk On Mon, Apr 1, 2019 at 4:47 AM Ha Ba <[email protected]> wrote: > HI everybody, > > When I start weewx, I get this error: > > xxxxl@xxxx20:~$ sudo /home/weewx/bin/weewxd /home/weewx/weewx.conf > > Traceback (most recent call last): > File "/home/weewx/bin/weewxd", line 64, in <module> > weewx.engine.main(options, args) > File "/home/weewx/bin/weewx/engine.py", line 884, in main > engine = engine_class(config_dict) > File "/home/weewx/bin/weewx/engine.py", line 72, in __init__ > self.setupStation(config_dict) > File "/home/weewx/bin/weewx/engine.py", line 96, in setupStation > __import__(driver) > File "/home/weewx/bin/weewx/drivers/te923.py", line 441, in <module> > import usb > ImportError: No module named usb > > Is it possible, that an installation from eclipse I made yesterday has > changed anything in the PATH-settings? > > If so, how can I see my actual settings and how can I fix this problem? > > regards, Hans > > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
