Ohhhhh..... sorry, now I see I forgot install Cheetah ! :)

2018-01-17 17:00 GMT+01:00 Jindřich Štěpán <[email protected]>:

> Hi guys, thanks to your advice, especially this link
> https://github.com/weewx/weewx/wiki/weewx-on-openwrt I was able ( on
> third attempt after lack of space and then lack of memory on my router, so
> i installed extroot and swap on usb flash stick ) to install weewx and it
> reads data from TFA logger! :)
>
> Now I would like to make some simple XML page with updated data so I can
> read it from my home PLC machine. But after installation (I installed
> following the http://www.weewx.com/docs/setup.htm page using setup.py,
> the whole weewx data seems to be in folder /home/weewx/, driver for
> Klimalogg is then in /home/weewx/bin/user/ ), there is no folder
> /home/weewx/public_html/ .
> Also, I found this in syslog...
>
> Wed Jan 17 15:55:21 2018 user.notice weewx[1432]: manager: Added record
> 2018-01-17 15:55:00 ??? (1516204500) to database 'weewx-kl.sdb'
> Wed Jan 17 15:55:21 2018 user.notice weewx[1432]: manager: Added record
> 2018-01-17 15:55:00 ??? (1516204500) to daily summary in 'weewx-kl.sdb'
> Wed Jan 17 15:55:24 2018 user.crit weewx[1432]: reportengine: Unable to
> instantiate generator weewx.cheetahgenerator.CheetahGenerator
> Wed Jan 17 15:55:24 2018 user.crit weewx[1432]:         ****  No module
> named Cheetah.Template
> Wed Jan 17 15:55:24 2018 user.info weewx[1432]:         ****  Traceback
> (most recent call last):
> Wed Jan 17 15:55:24 2018 user.info weewx[1432]:         ****    File
> "/home/weewx/bin/weewx/reportengine.py", line 220, in run
> Wed Jan 17 15:55:24 2018 user.info weewx[1432]:         ****      obj =
> weeutil.weeutil._get_object(generator)(
> Wed Jan 17 15:55:24 2018 user.info weewx[1432]:         ****    File
> "/home/weewx/bin/weeutil/weeutil.py", line 1132, in _get_object
> Wed Jan 17 15:55:24 2018 user.info weewx[1432]:         ****      mod =
> __import__(module)
> Wed Jan 17 15:55:24 2018 user.info weewx[1432]:         ****    File
> "/home/weewx/bin/weewx/cheetahgenerator.py", line 65, in <module>
> Wed Jan 17 15:55:24 2018 user.info weewx[1432]:         ****      import
> Cheetah.Template
> Wed Jan 17 15:55:24 2018 user.info weewx[1432]:         ****
> ImportError: No module named Cheetah.Template
> Wed Jan 17 15:55:24 2018 user.crit weewx[1432]:         ****  Generator
> ignored
> Wed Jan 17 15:55:25 2018 user.crit weewx[1432]: reportengine: Unable to
> instantiate generator weewx.imagegenerator.ImageGenerator
> Wed Jan 17 15:55:25 2018 user.crit weewx[1432]:         ****  No module
> named Image
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****  Traceback
> (most recent call last):
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****    File
> "/home/weewx/bin/weewx/reportengine.py", line 220, in run
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****      obj =
> weeutil.weeutil._get_object(generator)(
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****    File
> "/home/weewx/bin/weeutil/weeutil.py", line 1132, in _get_object
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****      mod =
> __import__(module)
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****    File
> "/home/weewx/bin/weewx/imagegenerator.py", line 15, in <module>
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****      import
> weeplot.genplot
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****    File
> "/home/weewx/bin/weeplot/genplot.py", line 14, in <module>
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****      import
> Image, ImageDraw
> Wed Jan 17 15:55:25 2018 user.info weewx[1432]:         ****
> ImportError: No module named Image
> Wed Jan 17 15:55:25 2018 user.crit weewx[1432]:         ****  Generator
> ignored
>
>
> Please help. :)
>
> 2018-01-11 19:14 GMT+01:00 Atanas Manoilov <[email protected]>:
>
>> root@storage:~# pip freeze
>> Cheetah==2.4.4
>> CherryPy==3.1.2
>> M2Crypto==0.21.1
>> Mako==0.4.1
>> Markdown==2.3.1
>> PIL==1.1.7
>> Pygments==1.6
>> Twisted==10.1.0
>> configobj==5.0.6
>> cups==1.0
>> jsonrpclib==0.1.3
>> lxml==2.3.3
>> netsnmp-python==1.0a1
>> ply==3.1
>> pyOpenSSL==0.13
>> pybonjour==1.1.1
>> pycurl==7.19.0
>> pyusb==1.0.2
>> simplejson==2.1.2
>> six==1.11.0
>> wsgiref==0.1.2
>> zope.interface==3.3.0
>> root@storage:~#
>>
>>
>> On Wednesday, 10 January 2018 16:18:40 UTC+1, mwall wrote:
>>>
>>> On Sunday, December 3, 2017 at 6:50:17 PM UTC-5, Atanas Manoilov wrote:
>>>>
>>>> Hi,
>>>>
>>>> Thank you all for this driver development! I managed to have it running
>>>> on Ubuntu 16.04 but unfortunately I need it on Solaris 11.2
>>>> Can this driver run on Solaris 11.2 ?
>>>> I face difficulties loading the driver. This is the log which is
>>>> generated immediately after weewx process is started up:
>>>>
>>>
>>> atanas,
>>>
>>> which pyusb and libusb are installed on the solaris 11.2 system?
>>>
>>> m
>>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/weewx-user/O1ogABfGETA/unsubscribe.
>> To unsubscribe from this group and all its topics, 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