Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve path resolution for extensions. #60

Open
psilentp opened this issue Jun 21, 2020 · 0 comments
Open

Improve path resolution for extensions. #60

psilentp opened this issue Jun 21, 2020 · 0 comments

Comments

@psilentp
Copy link
Member

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')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant