Package Details: inkscape-paths2openscad 0.27_2-1

Git Clone URL: https://aur.archlinux.org/inkscape-paths2openscad.git (read-only, click to copy)
Package Base: inkscape-paths2openscad
Description: Inkscape extension for converting SVG paths to OpenSCAD
Upstream URL: https://github.com/fablabnbg/inkscape-paths2openscad
Licenses: GPL2
Submitter: Cebtenzzre
Maintainer: Cebtenzzre
Last Packager: Cebtenzzre
Votes: 2
Popularity: 0.000000
First Submitted: 2018-05-17 08:49 (UTC)
Last Updated: 2021-09-08 02:16 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

Cebtenzzre commented on 2021-09-08 02:20 (UTC)

@gmelchett See if the latest version works for you, I think that was fixed in 0.27.

gmelchett commented on 2021-09-04 08:02 (UTC)

Missing dependency to: python-lxml

And after installing python-lxml I got this error:

File "/usr/share/inkscape/extensions/paths2openscad.py", line 594, in handleViewBox
    if self.getDocProps():
  File "/usr/share/inkscape/extensions/paths2openscad.py", line 580, in getDocProps
    self.inkscape_version = re.sub(" *\(unknown\) *", "", inkscape_version)
  File "/usr/lib/python3.9/re.py", line 210, in sub
    return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or bytes-like object