upb-lea / FEM_Magnetics_Toolbox

An Open-Source FEM Magnetics Toolbox for Power Electronic Magnetic Components
https://upb-lea.github.io/FEM_Magnetics_Toolbox/
GNU General Public License v3.0
66 stars 11 forks source link

ModuleNotFoundError in femmt_gui.py #30

Closed jwiegard closed 1 year ago

jwiegard commented 1 year ago

Describe the bug When running femmt_gui.py the 'materialdatabase' couldn't be found.

To Reproduce Steps to reproduce the behavior:

  1. Run 'femmt_gui.py'
  2. See error: ModuleNotFoundError: No module named 'materialdatabase'

Am I missing something?