oasys-kit / shadow4

New version of shadow rewritten in python
MIT License
5 stars 1 forks source link

Fail to load SHADOW4 Sources widgets #30

Closed jureyherrera closed 5 months ago

jureyherrera commented 5 months ago

Hello,

There is an error while loading OASYS1-SHADOW4 Sources, the problem seems to be in the module: from shadow4.tools.logger import set_verbose Because I am getting the error: Traceback (most recent call last): File "c:/Users/.../OASYS1-SHADOW4/orangecontrib/shadow4/widgets/sources/ow_undulator.py", line 25, in <module> from shadow4.tools.logger import set_verbose ModuleNotFoundError: No module named 'shadow4.tools.logger'

Cheers, J

srio commented 5 months ago

OK, I just pip-distributed the current version with this missing file. Cheers, M