WorkFeature
WorkFeature copied to clipboard
Missing WorkFeature in import path
First of all, thank you for this macro, I use it all the time. However I had to jump through some hoops to make it work on my new setup:
OS: EndeavourOS (XFCE/xfce)
Word size of FreeCAD: 64-bit
Version: 0.21.1.33694 (Git)
Build type: Release
Branch: makepkg
Hash: f6708547a9bb3f71a4aaade12109f511a72c207c
Python 3.11.6, Qt 5.15.11, Coin 4.0.1, Vtk 9.2.6, OCC 7.7.2
Locale: English/United Kingdom (en_GB)
Installed mods:
* ThreadProfile 1.89.0
* workfeature-macro
* workfeature
* Assembly4 0.50.4
* fasteners 0.4.70
in WF_ObjParCurveEdit_2016.py from line 10 add WorkFeature to the path:
import WorkFeature.ParCurve.Ui.WF_ObjParCurve2DEditGui_2016 as EDIT_2D
import WorkFeature.ParCurve.Ui.WF_ObjParCurve3DEditGui_2016 as EDIT_3D
import WorkFeature.ParCurve.Ui.WF_ObjSurfaceEditGui_2016 as EDIT_SURF
import WorkFeature.ParCurve.Utils.Text as txt
in WF_ObjParCurve_2016.py from line 13 add WorkFeature to the path:
from WorkFeature.ParCurve.Utils.Gui import DefineAndConnectEvents
from WorkFeature.ParCurve.Utils.Gui import print_msg
And than it works.
Have a nice day,
Jouke
Thank you for your feedback