--- 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() self.FatalError("SVGHMI: inkscape is not installed.")