nav111 / heekscnc

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

kurve is broken #209

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I see that aachen.hans has the same problem as I do with the latest build
r1037. Something appears to have changed in kurve that broke things. 
Here is the error message that I get:
Traceback (most recent call last):
  File "/tmp/post.py", line 61, in <module>
    kurve_funcs.profile(k1, 'on', tool_diameter/2, offset_extra,
roll_radius, roll_on, roll_off, rapid_down_to_height, clearance,
start_depth, step_down, final_depth)
  File "/usr/local/lib/heekscnc/kurve_funcs.py", line 260, in profile
    start_z = get_tag_z_for_span(0, offset_k, radius, start_depth, depth,
final_depth)
  File "/usr/local/lib/heekscnc/kurve_funcs.py", line 108, in
get_tag_z_for_span
    perim = kurve.perim(k)
AttributeError: 'module' object has no attribute 'perim'

I know that kurve is now supposed to be in dist-packages now- I checked and
it's there.

Original issue reported on code.google.com by ddfalck2...@yahoo.com on 30 May 2010 at 3:27

GoogleCodeExporter commented 8 years ago
I believe this is a python namespace (I think that's the right term) error. I 
ended
up having to get rid of the kurve module in ...../site-packages and then had to 
add
dist-packages to my .bashrc script for PYTHONPATH

Original comment by ddfalck2...@yahoo.com on 30 May 2010 at 4:16

GoogleCodeExporter commented 8 years ago
So, this is just a problem with your installation using an old "kurve.so"?

Original comment by danhe...@gmail.com on 30 May 2010 at 9:37

GoogleCodeExporter commented 8 years ago
Yes, it was due to using the old version and not going into /kurve and running 
the
Makefile.

Original comment by ddfalck2...@yahoo.com on 30 May 2010 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by danhe...@gmail.com on 1 Jun 2010 at 8:48