I'm trying to include PyPDF2 in my plugin. Maybe I'm doing something terribly wrong.
I call it like
Code:
from PyPDF2 import PdfReader
When I upload the plugin into Calibre to test it, I get an error
Code:
ModuleNotFoundError:No module named 'PyPDF2'
I've attached both the zip and the __init__ if anyone is willing to look at/help.