Search found 1 match

by dirzhov
Sat Apr 08, 2017 4:41 am
Forum: Help with using Inkscape
Topic: optimized save with scour
Replies: 10
Views: 3272

Re: optimized save with scour

I fixed this on win7 by changing lines in file Inkscape\share\extensions\scour.inkscape.py

import scour
from scour.scour import scourString

on

import scour
from scour import scourString

Maybe it'll help someone

Go to advanced search