Hi,
Last week I built a couple of custom transformers (with Python) in my 64 bit FME. They worked.
Friday I installed PyCharm, which is 32 bit, so I ended up having to install the 32 bit version of FME as well, but finally got it to work there.
Today I'm revisiting my custom transformers in my 64 bit FME, and now they don't work! And they don't work in the 32 bit version neither!!
The error is the "import" statement, that tries to load my custom transformer (import StationingCalculator). The PY/PYC files are present in the FME/transformers folder.
It looks like the whole Python setup is riddled with 32-vs-64 bit issues, so I have to ask, How do I get a stable environment to work with ?
I would prefer to use the 64 bit FME, but also PyCharm, so what the right way to approach this ?
Cheers
Lars