This line of code fails in python:
currentElement.setLength(1, LENGTH_UNIT_BYTES)
with error
0x00 PYT 2000 ERROR Python: 'TypeError: in method 'Element_setLength', argument 2 of type 'char const *''
I've tried multiple variants (LENGTH_BYTES, enclosing in quotations, prefixing with synalysis. as done in Lua, etc). Cannot get past this error - any help?