Sounds like you've either
- forgotten to install the module pyPDF2 on FME Server
- or have installed it into a different Python interpreter than the one used by FME Server
Look at the workspace log on FME Server, there will be some references to where it expects Python to be installed, make sure you've installed your module there.
Problem solved.
Finally, I had to run the command <path to easy_install>easy_install.exe pyPDF2
Instead of the previous one.
Thanks for your help and time.
Sounds like you've either
- forgotten to install the module pyPDF2 on FME Server
- or have installed it into a different Python interpreter than the one used by FME Server
Look at the workspace log on FME Server, there will be some references to where it expects Python to be installed, make sure you've installed your module there.
Actually, it's not on FME Server, sorry for the misunderstood. I use FME Desktop, on a server (Windows Server 2012).
But, it's the wronf interpreter indeed. When I use the command fme
python ez_setup.py, it seems to use the first version of FME on its
route (2011 instead of 2015).
So I went into the right repository (2015) and run :
fme.exe python <path to my file>ez_setup.py
It worked fine.
But when I run the command :
fme.exe python easy_install pyPDF2
It told me that "some packages may not be found"