Comment 11 for bug 1664554

Revision history for this message
su_v (suv-lp) wrote :

Two issues:
1) localize() has not yet been run when the effect class is initialized
This also can be reproduced if the export script is modified e.g. to prompt that the inkscape executable was found (on Ubuntu, or OS X).
2) Apparently, with Inkscape >= 0.92 on Windows, the check for the inkscape binary in findInkscapeCommand() fails always (returns None). This ought to be fixed to support executing inkscape as external process like in other extensions (restack.py for example).