• Members 5 posts
    May 7, 2019, 3:07 p.m.

    For Windows Users suing Windows 10, please use the following process when trying to install Inkcut as there is a major problem with the Twisted Package that you will face.

    From the Page,

    Steps:

    Run CMD as admin before installing any dependencies

    Installation of Python and the Pyqt5 dependencies will present no problems,

    When trying to install the inkcut package dependencies, you will eventually hit a wall with the Twisted package error which will indicate that Visual C++ V14.0 is needed to complete the installation.

    After following the Link from the error message, and installing Visual Studio Installer from the Tools option, select the Visual Studio Build Tools 2019> C++ Build Tools and install all options

    From the CMD terminal, run the following command pip3 install Twisted[windows_platform] to ensure that the Twisted for Win32 is installed as it is always works

    Then finally run the pip3 install inkcut. It will run without any errors

    Run inkcut and watch the window pop-up

    Also, don't forget to add the .py scripts from the available download package to the extensions folder in Inkscape before running as usual.

  • Members 2 posts
    June 2, 2019, 7:34 p.m.

    This worked great however I had to copy 2 files, rc.exe and it’s dll to the VS folder that it builds from. Can get exact path if needed.

    However I am new to Inkscape so I’m not sure how to add the python scripts to the extensions folder when pip3 installs? Can you help with that so I can load directly into inkcut?

  • Members 2 posts
    June 2, 2019, 9:20 p.m.

    Well I figured it out, downloaded the source code package and put them in my user extensions as it didn’t work in the system extensions.

  • Members 1 post
    May 2, 2020, 5:50 p.m.
  • Members 2 posts
    Sept. 10, 2020, 11:42 a.m.

    Is it necessary to install ALL option from Visual Studio Build Tools 2019> C++ Build Tools.? This is a huge amount of Data (25+ gb)!

  • Members 1 post
    March 16, 2021, 2:23 p.m.

    Are there any step by step instructions for non-tech folks?

    I've done everything to the best of my understanding and it still won't install. I downloaded the bootloader and the visual tools (the C++ ones - 7 gigs worth) and it still gives me screens of red errors with the first command: pip3 install Twisted[windows_platform] (Installing on win10).

    TIA.

  • Members 1 post
    Jan. 14, 2022, 9:04 a.m.

    Can someone please do a detailed step by step for this. I just cannot get it to work. An installer package would be perfect. You spent all this time and energy buildings this software that people cant use because they cant install it.

  • Members 1 post
    May 27, 2022, 7:21 p.m.

    I'm with CHRIS, i THINK YOU NEED SOME SORT OF DEGREE TO FOLLOW THESE INSTRUCTIONS.
    Sorry about the caps.
    I don't mean to be a smart ass, I am retired and cannot afford expensive software, and appreciate the work you guys have put into this programme to benefit others.
    The programme I had has gone bonkers on me, so I am unable to use my creation p-cut vinyl cutter.
    Would appreciate help from anybody.

    With respect, dukesoz.

  • Members 1 post
    Dec. 27, 2023, 10:57 p.m.

    I did the following steps to install InkCut on my Windows 11 machine:
    1. Installed Python 3 (V3.12.1, downloaded from www.python.org). Ticked "Add to system path" box. I also installed Python V2.7.18 but I think this is optional.
    2. Installed InkScape V1.2.1
    3. Installed Visual Studio Build Tools 2019 (visualstudio.microsoft.com/downloads/)
    - Select: Workloads → Desktop development with C++
    - Then for Individual Components, select only:
    * Windows 10 SDK
    * C++ x64/x86 build tools
    Above is a 6.26GB download.
    4. Install InkCut
    - Run CMD as admin, you should have "pip3" available now (test with "pip3 --help").
    pip3 install Twisted[windows_platform]
    pip3 install PyQt5 inkcut
    5. Run InkCut:
    - On command line, run "inkcut".

    Hope above helps.

  • Members 3 posts
    Jan. 24, 2024, 8:42 p.m.

    I followed your steps and got it installed on Windows 11. The only issue is it doesn’t show up the Inkscape extensions menu. I placed the proper files in my .config/inkscape/extensions folder. Tried several different version of Inkscape but it doesn’t show up in any of them. Any ideas?

    BTW Inkscape and Inkcut run fine by themselves.

    Manuel

  • Members 3 posts
    Jan. 24, 2024, 8:43 p.m.

    I followed your steps and got it installed on Windows 11. The only issue is it doesn’t show up the Inkscape extensions menu. I placed the proper files in my .config/inkscape/extensions folder. Tried several different version of Inkscape but it doesn’t show up in any of them. Any ideas?

    BTW Inkscape and Inkcut run fine by themselves.

    Manuel