prdatur / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
0 stars 0 forks source link

pycam / ZigZag #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can't get ZigZag working,I think because I don't know where to install pycam
in Ubuntu Tree.

1. Error Message:
Can't open File- zigzag1.stl

2. Error Message:
Traceback (most recent call last):
File "/tmp/heekscnc_post.py", line 5, in <module>
from pycam.Geometry import *
ImportError: No module named pycam.Geometry

Original issue reported on code.google.com by aachen.h...@googlemail.com on 14 May 2009 at 8:39

GoogleCodeExporter commented 8 years ago
New Situation:
I've installed the pycam .deb new and the following Error Message is shown:

Traceback (most recent call last):
  File "/tmp/heekscnc_post.py", line 22, in <module>
    model = ImportModel('zigzag1.stl')
  File "/usr/lib/python2.5/site-packages/pycam/Importers/STLImporter.py", line 7, in
ImportModel
    f = file(filename,"r")
IOError: [Errno 2] No such file or directory: 'zigzag1.stl'

Original comment by aachen.h...@googlemail.com on 15 May 2009 at 1:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have installed now all the .deb Files and everything is working...
After installing the .deb Files, ZigZag works,but the error message remains:
couldn't·open·file - zigzag1.stl

Hans

Original comment by aachen.h...@googlemail.com on 15 May 2009 at 11:15

GoogleCodeExporter commented 8 years ago
the last bug should be fixed in 
http://code.google.com/p/heekscnc/source/detail?r=362
and the heekscnc builds from may 16th on http://yamato.hyte.de/packages/heeks

Original comment by g_c...@hyte.de on 16 May 2009 at 2:05

GoogleCodeExporter commented 8 years ago
Thx for fast fixing this...

Original comment by aachen.h...@googlemail.com on 16 May 2009 at 8:41