+ add path to sys
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5215 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
70a7e06716
commit
8d84eda4f9
|
@ -19,6 +19,7 @@ import sys, os
|
|||
#sys.path.insert(0, os.path.abspath('.'))
|
||||
|
||||
sys.path.append(os.path.abspath('/home/yorik/Apps/FreeCAD/lib/'))
|
||||
sys.path.append(os.path.abspath(os.path.join(os.environ["HOME"],"FreeCAD/lib")))
|
||||
import FreeCAD, FreeCADGui
|
||||
FreeCADGui.showMainWindow() # this is needed for complete import of GUI modules
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user