UnicodeWarning when running Sigil plugin
When running a Sigil plugin, if the current path contains non-ASCII character, the plugin runner dialog will display the message:
C:\Program Files\Sigil\plugin_launchers\\python\launcher.py:2 43: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if script_home not in sys.path:
The message is displayed only when the plugin is running. When the plugin finishes running, the message will be replaced by the output of plugin.
|