prdatur / heekscnc

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

Pocket/Profile Operation #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ubuntu 8.10
Sorry,this System Integration kills my Brain ;) ,I need professional Help:
area is compiled and installed but following Error Message when I do a
Pocket Operation: Traceback (most recent call last):

File "/tmp/heekscnc_post.py", line 4, in <module> import area_funcs 
ImportError?: No module named area_funcs

The area.so was installed in /usr/local/lib/python2.5/site-packages

Same with 'New Profile Operation':

Traceback (most recent call last):
File "/tmp/heekscnc_post.py", line 3, in <module>
import kurve
ImportError: No module named kurve

Original issue reported on code.google.com by aachen.h...@googlemail.com on 7 May 2009 at 10:29

GoogleCodeExporter commented 8 years ago
Forgot to say : Yes I've made an 'make install' 

Original comment by aachen.h...@googlemail.com on 7 May 2009 at 10:33

GoogleCodeExporter commented 8 years ago
you need to do 'make && sudo make install' in heekscnc/kurve/ also

the kurve/ subdirectory could/should be its own 'project' libkurve like libactp 
and
libarea also.

Original comment by g_c...@hyte.de on 9 May 2009 at 6:39

GoogleCodeExporter commented 8 years ago
I assume this is OK now?

Original comment by danhe...@gmail.com on 12 May 2009 at 4:45

GoogleCodeExporter commented 8 years ago
Yes,Pocketing/Profiling is OK.
The last make File was my Friend :) Thx

Original comment by aachen.h...@googlemail.com on 12 May 2009 at 7:49