Thank you Tom,
the problem I reported to you yesterday was resolved "by force" : I 
modified manually the last "dateTime" and the problem disappeared.
(I don't know exactly what happened but my Fine Offset station in the last 
days had many lost transmission and my RaspberryPI had an incorrect time 
setting...).

However another problem came out:
*May  8 10:27:11 raspberrypi weewx[3809]: reportengine: Caught 
unrecoverable exception in generator 
weewx.cheetahgenerator.CheetahGenerator*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****  No module named 
examples.xsearch*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****  Traceback (most 
recent call last):*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****    File 
"/home/weewx/bin/weewx/reportengine.py", line 239, in run*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****      obj.start()*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****    File 
"/home/weewx/bin/weewx/reportengine.py", line 273, in start*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****      self.run()*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****    File 
"/home/weewx/bin/weewx/cheetahgenerator.py", line 154, in run*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****     
 self.initExtensions(gen_dict[section_name])*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****    File 
"/home/weewx/bin/weewx/cheetahgenerator.py", line 196, in initExtensions*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****      class_ = 
weeutil.weeutil._get_object(x)*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****    File 
"/home/weewx/bin/weeutil/weeutil.py", line 1132, in _get_object*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****      mod = 
__import__(module)*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****  ImportError: No 
module named examples.xsearch*
*May  8 10:27:11 raspberrypi weewx[3809]:         ****  Generator 
terminated*

I suspect this is due to the different structure of files from 3.2.1 to 
3.7.1.
I tried different fixes at weewx.conf and skin.conf without success:

At the moment I have this:
*weewx.conf*
....
*[[StandardReport]]*
* skin = Standard*
         
* [[[CheetahGenerator]]]*
* search_list_extensions = user.forecast.ForecastVariables, 
examples.xsearch.MyXSearch*
*....*

*skin.conf*
....
*[CheetahGenerator]*
* encoding = html_entities  *
* search_list_extensions = examples.xsearch.MyXSearch*
*....*

MyXSearch includes the following extensions : *alltime* and *yesterday*.

Aldo :)



>

-- 
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.

Reply via email to