Skip to main content
Question

FME 2019: Python Caller Issues

  • May 9, 2019
  • 2 replies
  • 10 views

emeka_domingo
Contributor
Forum|alt.badge.img+4

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?

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • May 9, 2019

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


emeka_domingo
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • May 9, 2019

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