Comment 11 for bug 505107

Revision history for this message
Krzysztof Kosinski (tweenk) wrote :

Maybe if I make the path to the script relative to the current directory, so that i doesn't contain any Unicode charaters, it will work correctly; e.g. Instead of
python "c:\bad folder ąół\Inkscape\share\extensions\some_ext.py"
I could call
python share\extensions\some_ext.py

Right now the absolute path to the script is always resolved and used.