Hi,
Could anyone please help with the following issue?
I've got 2008.0 version (32 bit) FME installed on server (Windows Server 2008 R2 64bits) with python 2.65 (32 bit) installed. The FME workbench works well on my desktop. But when I moved it across to the aforementioned server, it could not render some of the transformation shapes, hence delete them.
I then updated the FME desktop on the server to 2018.1 (latest release 32 bit). But the issue persisted.In every run, the workbench stopped with the following error message:
"
FME API version of module 'Python_func' matches current internal version (3.8 20180604)
In a future release, FME will have reduced support for Python 2.7. Please review http://fme.ly/py27 for further information
Python Exception <ImportError>: No module named _fileio
Failed to import `fmesite'
Python Exception <ImportError>: cannot import name OrderedDict
Error executing string `import StatisticsCalculator'
@Python failed to execute command string `import StatisticsCalculator'
@Python execution failed
"
Things I've tried:
- Install python 2.7 (64 bit) and FME 2018.1 (64 bit), not working
- Link the translation python path to customed python path, not working