Error when creating and editing sketch

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
dcapeletti
Posts: 504
Joined: Wed Jul 23, 2014 2:27 pm

Error when creating and editing sketch

Post by dcapeletti »

Hi, I get the following error in the console.

Code: Select all

Traceback (most recent call last):
  File "<string>", line 5, in <module>
  File "/tmp/.mount_FreeCAhsZr1O/usr/Mod/Show/TempoVis.py", line 449, in activateWorkbench
    from .SceneDetails.Workbench import Workbench
<class 'ModuleNotFoundError'>: No module named 'Show.SceneDetails'
ViewProviderSketch::setEdit: visibility automation failed with an error: 
Traceback (most recent call last):
  File "<string>", line 3, in <module>
  File "/tmp/.mount_FreeCAhsZr1O/usr/Mod/Show/TempoVis.py", line 362, in saveCamera
    from .SceneDetails.Camera import Camera
<class 'ModuleNotFoundError'>: No module named 'Show.SceneDetails'
ViewProviderSketch::setEdit: visibility automation failed with an error: 
In order for the error to be displayed, I perform the following steps:
1. I create a new document.
2. I create a body and a new sketch using part desing.

When going into edit mode of the sketch, the error appears. I think it's because the sketcher bank is not loaded.

Who else does it happen to?

When I exit sketch edit mode, part desing does not load.

Thanks

OS: Debian GNU/Linux 9 (stretch) (GNOME/default)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.18095 (Git) AppImage
Build type: Release
Branch: master
Hash: 27cb54009b57c1938f7ff97026c8b35c1688233f
Python version: 3.7.3
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Spanish/Argentina (es_AR)
Post Reply