Python Forum

Full Version: ModuleNotFoundError: No module named 'PyPDF2'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting an IndexError, and not sure why? My goal is to when i login submitted success then take the next py file .

from PyPDF2 import PdfReader, PdfWriter
ModuleNotFoundError: No module named 'PyPDF2'
Hi,
I use PyPDF sometimes, like this:
from PyPDF2 import PdfFileReader, PdfFileWriter
I seem to remember that your import format is obsolete ?...
Paul