Skip to main content

Hi,

I have a workspace which was created using FME 2018. The workspace features a pythoncalller transformer which executes a script (eedc_util). The python file exist in the fmeobjects folder and workspace works fine on FME 2018.

I just installed FME 2019.0 (Build 19238 ) and when I ran the same workspace I get the following error:

|ERROR |Python Exception <ModuleNotFoundError>: No module named 'eedc_util'

Any advice on what should be done?

 

Try moving the Python module to the same folder as the workspace (.fmw) file.


Try moving the Python module to the same folder as the workspace (.fmw) file.

Hello @david_r,

I tried moving as you suggested and it worked. Thanks


Reply