View Single Post
Old 12-03-2022, 09:54 AM   #7
SylvanKnight
Member
SylvanKnight began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Sep 2022
Device: kindle
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.
Attached Files
File Type: zip ao3_tagger.zip (592.5 KB, 303 views)
File Type: py __init__.py (8.0 KB, 242 views)
SylvanKnight is offline   Reply With Quote