Python elementtree tostring write () Argument muss STR sein, nicht Bytes
>>> type(tostring(element, encoding="unicode"))
<class 'str'>
Breakable Bee
>>> type(tostring(element, encoding="unicode"))
<class 'str'>