View Single Post
Old 07-15-2024, 10:18 AM   #3
SvenLotus
Junior Member
SvenLotus began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2019
Device: none
Quote:
Originally Posted by theducks View Post
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.
SvenLotus is offline   Reply With Quote