Closed sheinz closed 5 years ago
Another usecase: source: https://forum.freecadweb.org/viewtopic.php?f=3&t=39668
Most likely is a python3 issue.
FreeCADGui.doCommand("from importlib import reload")
does fix this specific problem, but after fixing this I'm running into other problems: (AttributeError: '_ViewProviderRotator' object has no attribute 'obj2' Traceback (most recent call last): File "/home/nelsson/.FreeCAD/Mod/animation/Animation.py", line 256, in animforward
It sounds to me like there are other python3 problems at play here?
for sure, @microelly2 hasn't finished migrating this workbench yet
closed with 63f8d95a01a1d3d9f71606666d646f6e5a40a84d
@microelly2 JFYI, you can use Closes #32
in the git summary (not necessarily in the title) and it will auto-close this ticket and mention/link the commit hash
I had an error on Arch Linux:
I fixed it adding the following line in InitGui.py at line 74.
I haven't tested it with other versions of Python.