You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Trying to print a document having a lot of lines you got an error "parent_children has no attrs name next"
We are running aeroolib on debian10 under python 3.7
I changed file plugins/opendocument as attached and it works. It seems no portings were made on those usages because "parent_children" represents an iterator object having no need to call .next method. opendocument.py.gz
The text was updated successfully, but these errors were encountered:
Hello,
Trying to print a document having a lot of lines you got an error "parent_children has no attrs name next"
We are running aeroolib on debian10 under python 3.7
I changed file plugins/opendocument as attached and it works. It seems no portings were made on those usages because "parent_children" represents an iterator object having no need to call .next method.
opendocument.py.gz
The text was updated successfully, but these errors were encountered: