hbmartin / graphviz2drawio

Convert graphviz (dot) files to draw.io / lucid (mxGraph) format. Beautiful and editable graphs in your favorite editor.
https://pypi.org/project/graphviz2drawio/
GNU General Public License v3.0
186 stars 32 forks source link

TypeError if charset is in handle of dot file #30

Closed n-piipel closed 5 years ago

n-piipel commented 5 years ago

Error appears If charset is in dot file. C-function agget (from line176 from agraph.py) returns bytes, but it must be string. And C-func agattrdefval (from line 1833) returns bytes too. And I think the same returning is of C-func agattrdefval from line 1741. Снимок экрана от 2019-08-23 22-29-29

n-piipel commented 5 years ago

I made issue in pygraphviz project link to issue