Closed Serge68ma closed 3 years ago
I'm on linux debian. At FreeCAD startup, I get the error <No module named 'winsound'>. The winsound python module is not present. I commented in the file the line 15 'from winsound import Beep'. Now all works again.
Sorry for the troubles. Removed unnecessary import - should be fixed now.
I'm on linux debian. At FreeCAD startup, I get the error <No module named 'winsound'>. The winsound python module is not present. I commented in the file the line 15 'from winsound import Beep'.
Now all works again.