--- a/svghmi/ui.py Fri Mar 15 08:24:38 2024 +0100 +++ b/svghmi/ui.py Fri Mar 15 08:48:32 2024 +0100 @@ -468,6 +468,7 @@ if inkpath is None: self.msg = _("Inkscape is not installed.") return False + inkpath = inkpath.decode() export_opt = "-o" if get_inkscape_version()[0] > 0 else "-e"