libarea, used in Path Workbench

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
nahshon
Posts: 225
Joined: Wed Jul 24, 2013 8:06 pm

Re: libarea, used in Path Workbench

Post by nahshon »

Thanks Daniel and Yorik.
Small issue... When I just make (not make install) area.so is compiled to ./src/Mod/Path/libarea/area.so which is not in python's path. FreeCAD is still using area.so from HeeksCNC!

Code: Select all

(FreeCAD python console)
>>> import area
>>> print area.__file__
/usr/lib64/python2.7/site-packages/area.so
-- Itai

OS: "Fedora release 20 (Heisenbug)"
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.5251 (Git)
Build type: Release
Branch: master
Hash: cad1db484babcb0a44d911e80f5eb170fef48756
Python version: 2.7.5
Qt version: 4.8.6
Coin version: 3.1.3
OCC version: 6.7.1
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: libarea, used in Path Workbench

Post by wmayer »

git commit b5475db should fix this issue.
Post Reply