For some reason, python is not finding the Cheetah module. You'll have to
figure out where yum installed it, then either run weewx with a PYTHONPATH
that specifies the location, or use a symbolic link from a more traditional
Python library location to the location.

-tk


On Mon, Oct 15, 2018 at 3:19 PM trrisner <[email protected]> wrote:

> I've installed weewx and it is up and running. Images are getting updated
> with the default install data, but there is no index.html getting created.
> I'm using Amazon's linux ec2 unit with Red Hat 7.2.1-2
> python 2.7.14
> and yes, i've run the
>
> sudo yum install python-configobj
> sudo yum install python-cheetah
> sudo yum install python-imaging
> sudo yum install python-setuptools
> sudo easy_install pyserial
> sudo easy_install pyusb
>
> with positive results.
>
>
>
> Errors are:
>
> ****    File "/usr/share/weewx/weewx/reportengine.py", line 220, in run
>
> ****      obj = weeutil.weeutil._get_object(generator)(
>
> ****    File "/usr/share/weewx/weeutil/weeutil.py", line 1132, in
> _get_object
>
> ****      mod = __import__(module)
>
> ****    File "/usr/share/weewx/weewx/cheetahgenerator.py", line 65, in
> <module>
>
> ****      import Cheetah.Template
>
> ****  ImportError: No module named Cheetah.Template
>
> ****  Generator ignored
>
>
> Any thoughts?
>
> --
> 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.

Reply via email to