← Back to team overview

ubuntustudio-bugs team mailing list archive

[Bug 1735363] Re: inkscape: Port to Python 3

 

I think that, apart from the build process, there is only this bit that
would need to be chnaged.  So I'm currently doing this, but I'd love to
be able to specify that at build time (or for inkscape to detect it by
itself, as I suggested above):

--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -77,7 +77,7 @@
         {"python", "python-interpreter", "pythonw" },
 #else
         {"perl",   "perl-interpreter",   "perl"   },
-        {"python", "python-interpreter", "python" },
+        {"python", "python-interpreter", "python3" },
 #endif
         {"ruby",   "ruby-interpreter",   "ruby"   },
         {"shell",  "shell-interpreter",  "sh"     },

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to inkscape in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1735363

Title:
  inkscape: Port to Python 3

Status in Inkscape:
  Fix Committed
Status in inkscape package in Ubuntu:
  Confirmed
Status in inkscape package in Debian:
  Confirmed
Status in inkscape package in Fedora:
  Invalid

Bug description:
  inkscape: Use/Port of Python3 needed, or considering demotion.

  Currently seeded in usb (???), owned by desktop-packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1735363/+subscriptions


References