On Sunday, March 1, 2020 at 11:07:01 PM UTC-8, Cat22 wrote: > > The error: > engine: Archive will use data binding wx_binding > weewx[15764]: engine: Record generation will be attempted in 'hardware' > weewx[15764]: engine: Using archive interval of 300 seconds (specified by > hardware) > weewx[15764]: engine: Caught unrecoverable exception in engine: > weewx[15764]: **** No module named _mysql_exceptions > weewx[15764]: **** Traceback (most recent call last): > weewx[15764]: **** File "/usr/local/bin/weewx/bin/weewx/engine.py", > line 888, in main > weewx[15764]: **** engine = engine_class(config_dict) > weewx[15764]: **** File "/usr/local/bin/weewx/bin/weewx/engine.py", > line 78, in __init__ > weewx[15764]: **** self.loadServices(config_dict) > > > > When I see config_dict in your traceback, I immediately think that you perhaps typo'd something in your weewx.conf file when you defined your mysql setup there, but it's also possible you didn't install a prerequisite python package.
A google search for "_mysql_exceptions" returns a lot of hits. A google search for "no module _mysql_exceptions" returns a link pointing to https://stackoverflow.com/questions/36373008/import-error-no-module-named-mysql -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/1a7b4db5-0886-4be3-b32e-f348688000eb%40googlegroups.com.
