Skip to content

Improve path resolution for extensions. #60

@psilentp

Description

@psilentp

The inkscape extensions appear to need to extend the system path to include the extension directory. We should come up with a cleaner way of doing this than hard coding guesses into the scripts. It is also worth determining if this is still needed.

sys.path.append('/usr/share/inkscape/extensions') # or another path, as necessary
sys.path.append('/Applications/Inkscape.app/Contents/Resources/extensions')
sys.path.append('C:\Program Files\Inkscape\share\extensions')

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions