Dear FME community, apologies up front for being a novice python user
I am trying to use the python caller transformer to execute an external .py file. However my external .py file does not have any classes therefore I don’t know what to do with the ‘Class to process features’ parameter in the transformer. If I run the python caller regardless, it executes my .py script fine, but crashes at the end with this error message “PythonFactory failed to load python symbol `FeatureProcessor'”. This is because I’m using the default ‘FeatureProcessor’ as my parameter for the “class to process features”, which I know is wrong.
My python script simply generates a JPG file and saves it to a directory.
I hope someone can assist and I haven’t totally missed the point.
Regards, Damian