I am trying to use the FMEWorkspaceRunner and meeting the following issue:
>>> import fmeobjects
>>> runner = fmeobjects.FMEWorkspaceRunner()
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
FMEException: FMEException: -1:
So fmeobjects imports fine but I cannot use the fmeobjects.FMEWorkspaceRunner() method.
I have exhausted all the avenues I could take, so any help is greatly appeciated.
Cheers,
Glen