Mar 12 00:50:23 raspberrypi weewx[2485]: cheetahgenerator: Generate failed with exception '<class 'NameMapper.NotFound'>'
Mar 12 00:50:23 raspberrypi weewx[2485]: cheetahgenerator: **** Ignoring template /etc/weewx/skins/sofaskin/record.html.tmpl
Mar 12 00:50:23 raspberrypi weewx[2485]: cheetahgenerator: **** Reason: cannot find 'alltime'
Mar 12 00:50:23 raspberrypi weewx[2485]: **** Traceback (most recent call last):
Mar 12 00:50:23 raspberrypi weewx[2485]: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 329, in generate
Mar 12 00:50:23 raspberrypi weewx[2485]: **** print >> _file, compiled_template
Mar 12 00:50:23 raspberrypi weewx[2485]: **** File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in __str__
Mar 12 00:50:23 raspberrypi weewx[2485]: **** rc = getattr(self, mainMethName)()
Mar 12 00:50:23 raspberrypi weewx[2485]: **** File "_etc_weewx_skins_sofaskin_record_html_tmpl.py", line 221, in respond
Mar 12 00:50:23 raspberrypi weewx[2485]: **** NotFound: cannot find 'alltime'
i made an update on the newest version and now i get this failure
Mar 12 00:50:23 raspberrypi weewx[2485]: **** NotFound: cannot find 'alltime'
do you have any idea how to fix?
Mar 12 11:30:16 raspberrypi weewx[2485]: **** No module named examples.xsearch
Mar 12 11:30:16 raspberrypi weewx[2485]: **** Traceback (most recent call last):
Mar 12 11:30:16 raspberrypi weewx[2485]: **** File "/usr/share/weewx/weewx/reportengine.py", line 239, in run
Mar 12 11:30:16 raspberrypi weewx[2485]: **** obj.start()
Mar 12 11:30:16 raspberrypi weewx[2485]: **** File "/usr/share/weewx/weewx/reportengine.py", line 273, in start
Mar 12 11:30:16 raspberrypi weewx[2485]: **** self.run()
Mar 12 11:30:16 raspberrypi weewx[2485]: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 154, in run
Mar 12 11:30:16 raspberrypi weewx[2485]: **** self.initExtensions(gen_dict[section_name])
Mar 12 11:30:16 raspberrypi weewx[2485]: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 196, in initExtensions
Mar 12 11:30:16 raspberrypi weewx[2485]: **** class_ = weeutil.weeutil._get_object(x)
Mar 12 11:30:16 raspberrypi weewx[2485]: **** File "/usr/share/weewx/weeutil/weeutil.py", line 1132, in _get_object
Mar 12 11:30:16 raspberrypi weewx[2485]: **** mod = __import__(module)
Mar 12 11:30:16 raspberrypi weewx[2485]: **** ImportError: No module named examples.xsearch
Mar 12 11:30:16 raspberrypi weewx[2485]: **** Generator terminated
[CheetahGenerator] # This section is used by the generator CheetahGenerator, and specifies # which files are to be generated from which template. # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii' encoding = html_entities # search_list_extensions = examples.xsearch.MyXSearchsearch_list_extensions = examples.xsearch.MyXSearchsearch_list_extensions = user.stats.MyStatsHowever I'm afraid I don quite follow your references to the directories. There is no such directory as /bin/user on my systems. So where exactly should the stats.py reside on a ubuntu/debian system?
However I'm afraid I don quite follow your references to the directories. There is no such directory as /bin/user on my systems. So where exactly should the stats.py reside on a ubuntu/debian system?
--
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 weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
Why isn't the stats file included in the deb package? It's not an extension is it?