Package Details: pycam-git 0.7.0pre0.r297.g55e3129f-1

Git Clone URL: https://aur.archlinux.org/pycam-git.git (read-only, click to copy)
Package Base: pycam-git
Description: Toolpath generator for 3-axis CNC machining, written in Python.
Upstream URL: https://github.com/SebKuzminsky/pycam
Keywords: cam cnc toolpath
Licenses: GPL3
Conflicts: pycam
Submitter: ByteHamster
Maintainer: ByteHamster
Last Packager: ByteHamster
Votes: 1
Popularity: 0.000000
First Submitted: 2021-01-08 12:58 (UTC)
Last Updated: 2022-03-19 21:29 (UTC)

Latest Comments

« First ‹ Previous 1 2

ByteHamster commented on 2021-05-29 07:38 (UTC)

Hmm. Maybe python3 -m pip install PyGObject?

jalovisko commented on 2021-05-24 02:32 (UTC)

@ByteHamster, doesn't seem so, the error seems to be the same.

ByteHamster commented on 2021-05-22 17:17 (UTC)

@jalovisko Does installing the python-gobject package help?

jalovisko commented on 2021-05-17 15:33 (UTC)

It installs, but when trying to run I receive

Failed to import GTK3 module.  Maybe you want to install 'python3-gi' for pycam's graphical user interface.
Enabled 16 parallel local processes
Failed to import GTK: No module named 'gi'
PyCAM dependency problem
Error: Failed to load the GTK interface.
Details:
    Python bindings for GTK+: MISSING (Install the package 'python-gtk2')

Detailed list of requirements: http://pycam.sourceforge.net/requirements

ByteHamster commented on 2021-04-24 09:34 (UTC)

Thanks @joecrow. I added the dependency.

joecrow commented on 2021-04-21 13:12 (UTC)

I needed to install python-yaml for it to start.