Hi lleroy,
Thank you for producing this program. I think it this program can fill a gap in the opensource CAM world. I was able to run pycam-0.1.3 successfully (on Ubuntu 8.04). When attempting to run pycam-0.1.4, I get this error message:
~/CAM/pycam-0.1.4$ python pycam.py
Traceback (most recent call last):
File "pycam.py", line 6, in
from pycam.Gui.SimpleGui import SimpleGui
File "/home/dan/CAM/pycam-0.1.4/pycam.py", line 6, in
from pycam.Gui.SimpleGui import SimpleGui
ImportError: No module named Gui.SimpleGui |