[MacPorts] #67578: scour: port request
MacPorts
noreply at macports.org
Tue Jun 6 03:07:04 UTC 2023
#67578: scour: port request
------------------------+-----------------------------
Reporter: ryandesign | Owner: (none)
Type: request | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: scour, inkscape
------------------------+-----------------------------
I tried to save an Inkscape drawing using the format "Optimized SVG" which
produced this error:
{{{
Traceback (most recent call last):
File "/opt/local/share/inkscape/extensions/output_scour.py", line 23, in
<module>
import scour
ModuleNotFoundError: No module named 'scour'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/local/share/inkscape/extensions/output_scour.py", line 26, in
<module>
raise inkex.DependencyError(
inkex.utils.DependencyError: Failed to import module 'scour'.
Please make sure it is installed (e.g. using 'pip install scour'
or 'sudo apt-get install python3-scour') and try again.
}}}
So this is a request to add a scour port, and also whatever is necessary
to make it work in Inkscape. I suppose that means at least adding it as a
dependency and using the same Python version for both ports? Bearing in
mind the request to update Inkscape's Python version in #66806.
--
Ticket URL: <https://trac.macports.org/ticket/67578>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list