View Single Post
Old 01-23-2024, 12:33 PM   #10
0x6f677548
Member
0x6f677548 began at the beginning.
 
0x6f677548's Avatar
 
Posts: 19
Karma: 10
Join Date: Jan 2024
Device: kobo clara hd
Quote:
Originally Posted by kovidgoyal View Post
Your plugins are trying to import common.py, which is missing from the plugin zip files.
common is an alias to epubmg_common imported as follows:
from calibre_plugins.epubmgoutput import epubmg_common as common

(example from the epubmgoutput plugin which txt file is named "plugin-import-name-epubmgoutput.txt")

that file (epubmg_common.py) is on all zip files i submitted. Am I missing something? Sorry if that is a dumb question, but I am not able to see how is common missing..
0x6f677548 is offline   Reply With Quote