Quote:
Originally Posted by theducks
I hope you did not fully rely on the MR search tool as it throws a lot of extra stuff.
EPUB Merge the Plugin (fast for doing multi-section books, doing add-on's)
|
I did download the Epubmerge plugin source3 but there are no driections for how to use it. I did use the setup.py file included in the source to install it but when I try to run it from the command line I get the following error:
$ epubmerge
Traceback (most recent call last):
File "/usr/local/bin/epubmerge", line 11, in <module>
load_entry_point('EpubMerge==3.0.0', 'console_scripts', 'epubmerge')()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2854, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2445, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2451, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
ModuleNotFoundError: No module named 'epubmerge'
Now since this is called a "plugin" I would have thought it should somehow be imported to calibre as a plugin like a plugin in GIMP or a webbrowser but again I was not able to find any documentation on how to import a plugin to calibre.