View Single Post
Old 05-20-2020, 08:13 PM   #7
rigogsilva
Enthusiast
rigogsilva doesn't litterrigogsilva doesn't litter
 
Posts: 31
Karma: 136
Join Date: May 2020
Location: US
Device: kobo libra h20, kobo aura h20, kindle, boox nova 2
the good news is that I can apply the plugin by using the absolute path: "/Applications/calibre.app/Contents/MacOS/calibre-customize -b ." in my directory. That works fine and applies the plugin.

The other issue I am having is when developing the library. My text editor doesn't know that calibre exists so when I write:
from calibre.customize import FileTypePlugin"
I don't get any library hints. Do I need to `pip` install a calibre library to get those hints?
rigogsilva is offline   Reply With Quote