wmayer wrote: ↑Thu Dec 12, 2019 11:53 am
When FreeCAD is running then activate its Python console if not yet active via View -> Panels -> Python console
Then enter
You should see an error message now with some more details about its failure.
This is the error, I paste all info at Python Console:
Python 2.7.16 (default, Apr 6 2019, 01:42:57)
[GCC 8.2.0] on linux2
Type 'help', 'copyright', 'credits' or 'license' for more information.
>>> import PartDesignGui
Traceback (most recent call last):
File "<input>", line 1, in <module>
ImportError: No module named PartDesignGui
>>>