Hi, I now did change the local_files to /var/www and also tried /var/www/data.....but when entering the following command: python -m pywws.LogData -vvv /var/www/data I only receive the following error log...of course the new weather.ini is located in /var/www/data..... any idea.....doing the same command with the ~/weather/data....everything works fine....
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/lib/python2.7/dist-packages/pywws/LogData.py", line 315, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/pywws/LogData.py", line 311, in main
DataStore.params(root_dir), DataStore.status(root_dir),
File "/usr/local/lib/python2.7/dist-packages/pywws/DataStore.py", line 157, in __init__
ParamStore.__init__(self, root_dir, 'weather.ini')
File "/usr/local/lib/python2.7/dist-packages/pywws/DataStore.py", line 100, in __init__
self._config.read(self._path)
File "/usr/lib/python2.7/ConfigParser.py", line 305, in read
self._read(fp, filename)
File "/usr/lib/python2.7/ConfigParser.py", line 546, in _read
raise e
ConfigParser.ParsingError: File contains parsing errors: /var/www/data/weather.ini
[line 23]: 'd[live]\n'