You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: