View Issue Details

IDProjectCategoryView StatusLast Update
0000307FreeCADBugpublic2011-09-17 07:26
Reportergu1do Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.11 
Fixed in Version0.12 
Summary0000307: missing Mod search path in OS X build
DescriptionMac OS X 10.6, FreeCAD 3578

`sys.path` in FreeCAD's python shell is missing the Mod directory search path, mentioned here:
http://sourceforge.net/apps/mediawiki/free-cad/index.php?title=Installing_more_workbenches
Additional InformationUsually in Mac OS X, applications store such files in the user's 'Application Support' directory; e.g.:
~/Library/Application Support/FreeCAD/Mod

or at least:
~/.FreeCAD/Mod

Should be fixable with a simple:

    sys.path.append(os.path.expanduser('~/Library/Application Support/FreeCAD/Mod'))

This works interactively, but it would be nice not to have to type it every time I start FreeCAD ;)
TagsNo tags attached.
FreeCAD Information

Activities

wmayer

2011-09-17 07:26

administrator   ~0001108

Fixed in r4933

Issue History

Date Modified Username Field Change
2011-03-13 08:19 gu1do New Issue
2011-09-17 07:26 wmayer Note Added: 0001108
2011-09-17 07:26 wmayer Status new => closed
2011-09-17 07:26 wmayer Resolution open => fixed
2011-09-17 07:26 wmayer Fixed in Version => 0.12