svghmi/svghmi.py
changeset 3900 4df9cfd14a3c
parent 3880 89549813a6c1
child 3915 b5017dd5c049
--- a/svghmi/svghmi.py	Wed Feb 21 18:26:46 2024 +0100
+++ b/svghmi/svghmi.py	Wed Feb 21 22:47:12 2024 +0100
@@ -428,7 +428,7 @@
         # invoke inskscape -S, csv-parse output, produce elements
         InkscapeGeomColumns = ["Id", "x", "y", "w", "h"]
 
-        inkpath = get_inkscape_path()
+        inkpath = get_inkscape_path().decode()
         if inkpath is None:
             self.FatalError("SVGHMI: inkscape is not installed.")