Author Topic: Inkcut crashing further help need, many thanks  (Read 621 times)

July 01, 2019, 06:38:58 AM
Read 621 times

Diesel114

  • Sr. Newbie

  • Offline
  • **

  • 4
Hi I posted this message on the Inkcut forum a week ago (see below)

If someone out there could help it would be great. I would describe my computer knowledge as basic!

My PC is running Ubuntu 18.04.2 LTS and I am running Inkscape 0.92.4 I have downloaded and installed the Inkcut extension. When I try and open up Inkcut I get a error message as follows...
Traceback (most recent call last):
File "inkcut_open.py"line 26, in <module>
import inkex
ImortError: No module named index

therefor inkcut does not open up, so if some could help this would be very helpful. I have tried looking online for more information but its difficult when you don't always understand what your doing!

kind regards

I have been given a response from someone saying the following " I would need to try the inkscape forums as the inkex module is part of inkscape itself and it looks like error is coming from inkex module itself.

So please could someone out their please help  :beg: :???: :ty1:
  • 0.92.3
  • Ubuntu 16.04

July 01, 2019, 05:13:28 PM
Reply #1

Moini

  • IC Mentor

  • Offline
  • ******

  • 1,568
    • VektorRascheln
How did you install Inkscape? Is it a snap? Or is it from the ppa? Did you remove any extension files?

July 01, 2019, 05:14:37 PM
Reply #2

Moini

  • IC Mentor

  • Offline
  • ******

  • 1,568
    • VektorRascheln
(if it's the snap, do:

snap remove inkscape
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update
sudo apt-get install inkscape
)

July 02, 2019, 09:40:07 PM
Reply #3

brynn

  • Administrator

  • Offline
  • ******

  • 3,941
  • Gender
    Female

    Female
    • Inkscape Community
I'm not sure which forum you mean, or what the reply you got there means.  InkCut is an Inkscape extension, but it does not come packed with Inkscape.  I mean, you installed it manually, so it clearly is not a native feature.  So I'm a little confused with their response.

If Moini's suggestion doesn't fix it, please tell us where you downloaded InkCut from, and also please tell us how you installed it.  But definitely try Moini's steps first.
  • Inkscape version 0.92.3
  • Windows 7 Pro, 64-bit
Inkscape Tutorials (and manuals)                      Inkscape Community Gallery                        Inkscape for Cutting Design                     



"Be ashamed to die until you have won some victory for humanity" - Horace Mann                       

July 03, 2019, 02:46:15 AM
Reply #4

Diesel114

  • Sr. Newbie

  • Offline
  • **

  • 4
Hi

Moini thanks for advice followed your steps and now the when I start inkcut through inkscape I get a different error message? see below. :b1: :duh: :-(


Traceback (most recent call last):
File "inkcut_open.py", line 66, in <module>
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "inkcut_open.py", line 61, in effect
p.stdin.write(inkex.etree.tostring(document))
IOError: [Errno 32] Broken pipe

What does this mean? will my life ever be the same again? the cream from the doctor is not clearing up the rash and inkcut still not working, please can you guys sort my life out!!!!
  • 0.92.3
  • Ubuntu 16.04

July 03, 2019, 08:15:51 AM
Reply #5

brynn

  • Administrator

  • Offline
  • ******

  • 3,941
  • Gender
    Female

    Female
    • Inkscape Community
Which instructions did you use for installing InkCut?  These?  https://www.codelv.com/projects/inkcut/docs/installing

You could confirm that the files are where they are supposed to be.  Beyond that, I could only suggest to wait for Moini.
  • Inkscape version 0.92.3
  • Windows 7 Pro, 64-bit
Inkscape Tutorials (and manuals)                      Inkscape Community Gallery                        Inkscape for Cutting Design                     



"Be ashamed to die until you have won some victory for humanity" - Horace Mann                       

July 03, 2019, 08:23:03 AM
Reply #6

Moini

  • IC Mentor

  • Offline
  • ******

  • 1,568
    • VektorRascheln
offhand, I have no idea what could be the reason. I'm surprised though, that the instructions are for Python 3, while Inkscape does not support that.

Anyway, I think you're already getting help from the right place now: https://github.com/inkcut/inkcut/issues/177

July 04, 2019, 06:10:00 AM
Reply #7

Diesel114

  • Sr. Newbie

  • Offline
  • **

  • 4
  • 0.92.3
  • Ubuntu 16.04