On my computer, I installed my library (pyPDF2) and my python scripts are working fine; thanks to the tutorial :
https://knowledge.safe.com/content/kbentry/841/ins...
Now I have to test my scrpits directly on a server in my workplace. I finally manage to install the library via the prompt run as administrator.
But I still have the error message :
Python Exception <ImportError>: No module named PyPDF2
Something is missing, isn't it?