Dear Maintainers,
after pulling revision 5448704355e03a97d2838e1ba30272db335f0dbb
I have built inkscape according to https://inkscape.org/develop/getting-started/
Trying to manage extensions (Extensions -> Manage Extensions) I
receive the following error message:
There has been a problem creating the python environment:
Return Code: 3: b''
b'The path =python3 (from --python==python3) does not exist\n'
args: ['/usr/bin/virtualenv', '-p=python3', '/home/xx/.config/inkscape/extensions']
Indeed the call is syntactically wrong. Instead of
'-p=python3'
the option
'-p python3' ### without equal sign
should be used.
As far as I understand, the problem seems to exist in
inkscape/share/extensions/extension-manager-bootstrap.py:69
call('virtualenv', TARGET_DIR, p='python3')
which then in inkex/command.py:to_args() is evaluated to the wrong
sytnax. According to the (very good) comments in to_args()
:Keyword Arguments:
* *name* (``str``) --
Becomes ``--name="val"``
...
* *n* (``str``) --
Becomes ``-n=val``
...
it should become ``-n val``.
I do not know whether a change would result in problems using other
programs that want -n=val. Which should that be?
Best regards
Torsten
--
------------------------------------------------------------------------
Torsten Finke
fi(a)igh.de
------------------------------------------------------------------------
The win32 build, which was broken for the
weekend, is working again. I just made a
"manual autobuild" again, so that we can
see how it looks on Windows:
http://troi.titan-aeu.com/~rjamison/inkscape/builds/
Bob
Inkscape 1.2.1
==============
Inkscape 1.2.1 is now released.
You can download it at:
https://inkscape.org/release/inkscape-1.2.1/
then, if you want to support Inkscape, donate to the project at:
https://inkscape.org/support-us/
----------------
Inkscape 1.2.1 is mainly a stability and bugfix release,
fixing a nasty data loss crash with the export dialog, various other
crashes, and improving page export and some translations.
Thanks to everyone involved in that release!
--
The Inkscape team