Not sure what I am doing wrong but I always get an error when trying to run Nik4.
For example running this:
/nik4.py -c 0 51.477 --size-px 800 600 -z 17 turkart.xml test.png
Returns this:
Traceback (most recent call last):
File "./nik4.py", line 306, in
style_xml = xml_vars(style_xml, options.vars)
File "./nik4.py", line 154, in xml_vars
for kv in variables:
TypeError: 'NoneType' object is not iterable
Not sure what I am doing wrong but I always get an error when trying to run Nik4.
For example running this: /nik4.py -c 0 51.477 --size-px 800 600 -z 17 turkart.xml test.png
Returns this: Traceback (most recent call last): File "./nik4.py", line 306, in
style_xml = xml_vars(style_xml, options.vars)
File "./nik4.py", line 154, in xml_vars
for kv in variables:
TypeError: 'NoneType' object is not iterable