Since I upgrade to FME 2016, I have the following error when trying to use a PythonCaller in a workspace that is in a folder with accent such : /Testé/
Error adding `H:\\FME\\Decoupage_Secteur\\Testé\\' to the python path
Python failed to initialize
If I remove the accent in the folder name, the workspace run without error.
FME should try to write the path like this:
H:/FME/Decoupage_Secteur/Testé/ to avoid error
Is it normal or a bug? In previous version of FME there was no such error.