On Tuesday, March 14, 2017 at 9:42:21 AM UTC-4, Mauro De Lauretis wrote: > > It worked only partlu for me! > > After I restart weewx I get this error: > > Mar 14 14:40:19 raspberrypi weewx[30517]: manager: Daily summary version > is 1.0 > Mar 14 14:40:19 raspberrypi weewx[30517]: reportengine: Caught > unrecoverable exception in generator weewx.cheetahgenerator.CheetahGenerator > Mar 14 14:40:19 raspberrypi weewx[30517]: **** File > "/usr/share/weewx/weeutil/weeutil.py", line 1132, in _get_object > Mar 14 14:40:19 raspberrypi weewx[30517]: **** mod = > __import__(module) > Mar 14 14:40:19 raspberrypi weewx[30517]: **** ImportError: No > module named examples.xsearch > Mar 14 14:40:19 raspberrypi weewx[30517]: **** Generator > terminated > Mar 14 14:40:25 raspberrypi weewx[30517]: manager: Daily summary version > is 1.0 >
that is a different problem. you need to copy the xsearch extension to the user directory. in 3.7.0 it is called 'stats.py' instead of 'xsearch.py'. from the changelog: > Moved examples out of bin directory. Eliminated experimental directory. > Reinforce the use of user directory, eliminate use of examples directory. > Renamed xsearch.py to stats.py. i guess we should call this one out explicitly in the upgrade guide... m -- 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.
