Quote:
Originally Posted by Pablo
I was not able to install the "ePub2_Notes" plugin, though. Sigil rejects it with a "Plugin not a Sigil Plugin" message.
|
That's because it's a Python 3.4 plugin. Since it doesn't use Python3-specific code it
should also work with Python 2.7.
Try installing the unofficial attached version. It appears to be working, but I haven't thoroughly tested it.
FYI. I've only added this line to plugin.py:
Code:
from __future__ import unicode_literals, division, absolute_import, print_function
and this line to plugin.xml:
Code:
<engine>python2.7</engine>
I've also changed the folder name to ePub2Notes.
(I asked the original author to release an official updated version.)