Package Details: inkcut 2.1.5-00

Git Clone URL: https://aur.archlinux.org/inkcut.git (read-only, click to copy)
Package Base: inkcut
Description: An application for controlling 2D plotters, cutters, engravers, and CNC machines.
Upstream URL: https://github.com/codelv/inkcut/
Licenses: custom:GPLv3
Submitter: sameer
Maintainer: None
Last Packager: sameer
Votes: 4
Popularity: 0.000105
First Submitted: 2018-12-05 15:07 (UTC)
Last Updated: 2023-02-24 18:08 (UTC)

Latest Comments

Schrutz commented on 2022-10-12 11:55 (UTC)

Please update to new Inkcut version 2.1.5, hopefully problems are solved.

scallopedllama commented on 2021-12-25 02:23 (UTC) (edited on 2021-12-25 03:10 (UTC) by scallopedllama)

Looks like this package is broken again :-(

2021-12-24 21:22:14,435 | ERROR   | inkcut | Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/inkcut/app.py", line 97, in main
    from inkcut.core.workbench import InkcutWorkbench
  File "/usr/lib/python3.10/site-packages/inkcut/core/workbench.py", line 16, in <module>
    import enamlx
ModuleNotFoundError: No module named 'enamlx'

Traceback (most recent call last):
  File "/usr/bin/inkcut", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.10/site-packages/inkcut/app.py", line 97, in main
    from inkcut.core.workbench import InkcutWorkbench
  File "/usr/lib/python3.10/site-packages/inkcut/core/workbench.py", line 16, in <module>
    import enamlx
ModuleNotFoundError: No module named 'enamlx'

Looks like enamlx updated to 0.4.5 and broke everything.

sameer commented on 2021-03-12 04:09 (UTC)

I've updated the package to v2.1.3. Python 3.9 seems to be working so far with latest python-enaml and python-enamlx

scallopedllama commented on 2019-11-30 06:21 (UTC) (edited on 2020-06-01 00:14 (UTC) by scallopedllama)

Looks like the enaml dependency doesn't work with Python 3.8 yet and that breaks Inkcut :-(

See: This Inkcut Issue and This Enaml Issue

I had to build python37 and libffi6 from the AUR and use pip to install inkcut in a virtualenv to get it working.

yay -S python37
python3.7 -m venv .inkcut-venv
source .inkcut-venv/bin/activate
pip install pyside2 pyqtgraph pyqt5 inkcut
python3.7 .inkcut-venv/bin/inkcut

sameer commented on 2019-09-18 21:41 (UTC)

  • Updated to v2.1.0
  • Using sha384sums instead of md5sums

sameer commented on 2018-12-13 03:12 (UTC)

dema, I have added these as dependencies and made AUR packages for those that didn't exist. Let me know if there is anything I have missed.

dema commented on 2018-12-12 19:22 (UTC)

It needs more dependencies.

sudo pacman -S extra/python-pycups community/python-jsonpickle community/python-qtconsole community/python-pyqtgraph aurman -S --noconfirm python-qt5reactor python-pypi2pkgbuild

alias pypi2pkgbuild.py='PKGEXT=.pkg.tar pypi2pkgbuild.py -g cython -b /tmp/pypi2pkgbuild/ -f'

pypi2pkgbuild.py enamlx