Skip to main content
Solved

Can i use python scripts without importing fmeobjects?

  • September 1, 2015
  • 1 reply
  • 19 views

Is fmeobjects mandatory while using pythoncaller, or can i run python scripts from pythoncaller transformer without importing fmeobjects?

Best answer by david_r

Hi

 

 

You only need to import fmeobjects if you want to manipulate FME features passing through the PythonCaller, or access other FME functions as described in the fmeobjects API: http://docs.safe.com/fme/html/FME_Objects_Python_API/index.html

 

 

Is there a particular reason for not wanting to import fmeobjects?

 

 

David
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.

1 reply

david_r
Celebrity
  • Best Answer
  • September 1, 2015
Hi

 

 

You only need to import fmeobjects if you want to manipulate FME features passing through the PythonCaller, or access other FME functions as described in the fmeobjects API: http://docs.safe.com/fme/html/FME_Objects_Python_API/index.html

 

 

Is there a particular reason for not wanting to import fmeobjects?

 

 

David