dprojects / Woodworking

This is Woodworking workbench for FreeCAD
MIT License
200 stars 17 forks source link

Running the Python command 'magicMove' failed #29

Closed genlinjiao closed 10 months ago

genlinjiao commented 10 months ago

hello, I am learning the woodworking bench macro and encounted an issue. The error message is following this message. My system is Ubuntu 22.04.3 LTS. Please help to find a fix. Many thanks. Running the Python command 'magicMove' failed: Traceback (most recent call last): File "/home/genlin/.FreeCAD/Mod/Woodworking/loadTools.py", line 353, in Activated import(module, globals(), locals(), [], 0) File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 142, in _import return original_import(name, *args, **kwargs) File "/home/genlin/.FreeCAD/Mod/Woodworking/Tools/MagicPanels/magicMove.py", line 1023, in showQtGUI() File "/home/genlin/.FreeCAD/Mod/Woodworking/Tools/MagicPanels/magicMove.py", line 16, in showQtGUI class QtMainClass(QtGui.QDialog): File "/home/genlin/.FreeCAD/Mod/Woodworking/Tools/MagicPanels/magicMove.py", line 65, in QtMainClass gCrossCorner = FreeCADGui.ActiveDocument.ActiveView.getCornerCrossSize()

getCornerCrossSize

Tamusk commented 10 months ago

Woodworking freecad 0.21.1 não carrega

dprojects commented 10 months ago

Woodworking freecad 0.21.1 não carrega

To be honest, I am not surprised that FreeCAD 0.21.1 is broken :-)

The FreeCAD 0.21.0 didn't pass tests so this why I wasn't able to release stable version for Woodworking workbench. The FreeCAD 0.21.1 is also broken, there is no template Width and Height so the getDimensions report cannot be positioned in the center of the TechDraw page.

We will see if the FreeCAD 0.21.2 will be better or not, if so I will release stable version for Woodworking workbench based on FreeCAD 0.21.2. If not maybe I will decide to release the stable version based on FreeCAD weekly builds 30486 2022-09-29 AppImage.

dprojects commented 10 months ago

Wrong installation, not supported versions, not code related issue.