Hi list.
I have a workspace, that fails when running. It fails in an Emailer, that I just added last week. The relevant excerpt from the log file is shown here:
2020-11-30 17:38:49| 5.6| 0.0|STATS |Emailer_CATCHER (TeeFactory): Cloned 0 input feature(s) into 0 output feature(s)
2020-11-30 17:38:50| 6.0| 0.4|ERROR |Python Exception <ModuleNotFoundError>: No module named 'fmepy_emailer'
2020-11-30 17:38:50| 6.0| 0.0|FATAL |PythonFactory failed to load python symbol `fmepy_emailer.Emailer'
2020-11-30 17:38:50| 6.0| 0.0|FATAL |Emailer_CALLER (PythonFactory): PythonFactory failed to close properly
2020-11-30 17:38:50| 6.0| 0.0|ERROR |Emailer_CALLER (PythonFactory): A fatal error has occurred. Check the logfile above for details
2020-11-30 17:38:50| 6.0| 0.0|ERROR |Emailer_CALLER (PythonFactory): A fatal error has occurred. Check the logfile above for details
The Python scripting is set to 3.7+, and the Emailer is completely standard, added in the current version.
What's wrong, and is there a remedy or work-around ?
Cheers.