Quote:
Originally Posted by kovidgoyal
fails with what error and a plugin is a directory containing __init__.py and a txt file with the plugins import name
|
rigo$ calibre-customize -b .
bash: calibre-customize: command not found
It can’t access that command. That is why I asked, I needed to move the `calibre-customize` file into the folder where the init file is.
Also, when trying to import calibre in the __init__.py file, it doesn’t really recognize calibre because that wan’t installed as a python library and the folder that has the init file doesn’t really have that `calibre` module. So may be missing something.