When I try to run a pythoncaller within FME, every time I hit run, it generates an error, where it inserts a single quote (') at the first line of code. the quote does not exist. please help,
screenshot included below of the error:
and here is the script: (clearly no single quote existing in it)
import fme
import fme
import fmeobjects
import arcpy
import os
import sys
# Template Function interface:
# When using this function, make sure its name is set as the value of
# the 'Class or Function to Process Features' transformer parameter
def processFeature(feature):
logger = fmeobjects.FMELogFile()
logger.logMessageString("It's lo-og, lo-og. It's big, it's heavy, it's wood!")