Open night-kat opened 2 months ago
i installed it from the addon manager, on garuda linux. it was a fresh install and happened when i tried using it the first time.
The workspace seems broken as-is.
I started to fix the syntax warning : they are caused because backslashes are used unescaped in the docstring (it should use \\
instead of \
to insert a backslash)
The pyside2 error is because there are many pyside2 import which are not supported and unnecessary in freecad (cf https://wiki.freecad.org/PySide#PySide_in_FreeCAD_with_Qt5). I managed to fix it by sed-ing every occurence of PySide2
by PySide
in the source code. The workbench then seems to work, but it generate another ton of syntax warning because of unescaped backslasles.
I'll try to find time to have a look at these, see if fixing those issues don't break the documentation and submit a pull request here
when i try entering the workspace for this extension i get this error: