Comment 17 for bug 450927

Revision history for this message
Benoit (benoitponcelet-p) wrote :

Hello,

I had the same problem from Manjaro Linux or Arch. I solved the problem on two computers at work, the method seems to work.

   - Uninstall Inkscape : sudo Pacman -Rsn Inkscape
   - Install " python- lxml ": sudo pacman -S python-lxml
   - Reinstall Inkscape : sudo pacman -S Inkscape
   - And install optional dependencies: "pstoedit", " texlive-core ", " python2-numpy ", " python2-lxml ", " uniconvertor "
      ( Sudo pacman -S pstoedit texlivecore python2-numpy python2-lxml uniconvertor )

So there is certainly unnecessary things in this procedure, such as installing python-lxml and python2-lxml ,
I did not try to understand , some of you probably understand better now than I did. But meanwhile , it works. I hope for you too.