Search Criteria
Package Details: pycam 0.6.4-1
Git Clone URL: | https://aur.archlinux.org/pycam.git (read-only, click to copy) |
---|---|
Package Base: | pycam |
Description: | Toolpath generator for 3-axis CNC machining, written in Python. |
Upstream URL: | http://pycam.sourceforge.net/ |
Licenses: | |
Submitter: | Manouchehri |
Maintainer: | None |
Last Packager: | Jake |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-26 15:05 |
Last Updated: | 2019-10-18 13:48 |
Latest Comments
ByteHamster commented on 2021-01-08 13:04
@sdp8483 In case you are still interested, I just pushed a new AUR package called
pycam-git
. The pycam maintainers did not tag an official release in a long time but added tons of useful new features. My package uses the most recent development version and also does not seem to cause the gtkglext issue. Feedback welcome :)ByteHamster commented on 2021-01-06 10:37
Looks like current versions of
gtkglext
are broken (see also https://aur.archlinux.org/packages/glade-gtk2/#comment-746632). Installinggtkglext-pangox
seems to work on my device.sdp8483 commented on 2020-06-30 23:55
I get the following error when starting pycam from a terminal:
Fatal Python error: can't initialize module gtk.gtkgl
/usr/bin/pycam: line 2: 9358 Aborted (core dumped) python2 /usr/share/pycam/scripts/pycam
nlufr commented on 2019-09-14 09:20
hello,
thanks for this pkgbuild.
Can you add python2-svg.path in dependencies.
An unexpected exception occoured: please send the text below to the developers of PyCAM. Thanks a lot! Traceback (most recent call last): File "/usr/share/pycam/pycam/Gui/Project.py", line 386, in gui_activity_guard_wrapper result = func(self, args, *kwargs) File "/usr/share/pycam/pycam/Gui/Project.py", line 524, in load_model_file detected_filetype = pycam.Importers.detect_file_type(filename) File "/usr/share/pycam/pycam/Importers/init.py", line 38, in detect_file_type from pycam.Importers.SVGDirectImporter import import_model as import_model_from_svg File "/usr/share/pycam/pycam/Importers/SVGDirectImporter.py", line 36, in <module> import svg.path ImportError: No module named svg.path
spontarelliam commented on 2019-04-03 20:45
Need to add python2-enum to the list of dependencies. The processes tab won't work without it. See https://github.com/SebKuzminsky/pycam/issues/108
Jake commented on 2017-04-26 22:34
I adopted the and updated the package.
Thanks a lot for the PKGBUILD and finding/temporaily patching that GLUT problem, Yinameah. Works perfectly fine, i made only some small changes.
Yinameah commented on 2017-04-03 20:41
I gave a try to update the PKGBUILD for the new vO.6.1.
It works for me but I'm no expert in Archlinux Package.
In case someone is interested : https://github.com/Yinameah/pycam_AUR_package
cgx commented on 2017-03-05 09:06
New life on pycam:
https://github.com/SebKuzminsky/pycam
0.6 released