I'm trying to import FreeCAD as a python module but using the code from
the wiki I get this error:-
>>> import sys
>>> sys.path.append("/Applications/FreeCAD.app/Contents/lib")
>>> import FreeCAD
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: dlopen(/Applications/FreeCAD.app/Contents/lib/FreeCAD.so,
2): Library not loaded: @executable_path/../lib/libFreeCADApp.so
Referenced from: /Applications/FreeCAD.app/Contents/lib/FreeCAD.so
Reason: image not found
>>>
Is there a workaround for this?
FreeCAD 0.13
OS X 10.8.2
--
Bill Bedford
"Man is an animal suspended in webs of significance he himself has spun"
-- Clifford Geertz
|