jmplonka / InventorLoader

Workbench for FreeCAD to loads or import Autodesk (R) Inventor (R) files.
GNU General Public License v2.0
119 stars 17 forks source link

Error <No module named 'winsound'> #30

Closed Serge68ma closed 3 years ago

Serge68ma commented 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.

jmplonka commented 3 years ago

Sorry for the troubles. Removed unnecessary import - should be fixed now.