View Single Post
Old 09-14-2015, 07:32 AM   #8
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Pablo View Post
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.)
Attached Files
File Type: zip ePub2Notes.zip (1.7 KB, 231 views)

Last edited by Doitsu; 09-14-2015 at 08:17 AM.
Doitsu is offline   Reply With Quote