Hello!
I want to use fileparse for my weewx 3.9.2.
I copy it from
https://github.com/weewx/weewx/tree/master/examples/fileparseI choose manually-installation and put the
fileparse.py into
/usr/share/weewx/user
on my local installation at leap 15.1
I want to test it locally as described in the
py-file, but:
linux:/usr/share/weewx/user # PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/fileparse.py
Traceback (most recent call last):
File "/usr/share/weewx/user/fileparse.py", line 119, in <module>
import weeutil.logger
ImportError: No module named logger
How I can get it work?
Regards, Astrid