As a newbie... I am having difficulties installing pyPDF2 module. I have downloaded. Where and how do I install (setup.py) so I can use module in python interpreter?
If you have pip, PyPDF2 is on the Python Package Index, so you can install it with the following in your terminal/command prompt:
pip install PyPDF2