View Single Post
Old 04-09-2017, 07:43 PM   #140
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,680
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by nmbllc View Post
This sounds like the same error being discussed in the DOCX import forum, having to do with new Sierra security measures. If is is the same error I will wait for further updates as the developers work through it.

Thanks....
It certainly does sound like it. I'll try to get a new version of the plugin together that will work around the problem for now.

Thanks for reporting it.

In the meantime, if you want to work around it. You could always open Sigil's preferences folder (Edit->Preferences->Open Preferences Location), go into the "plugins/KindleImport" folder and edit the plugin.py file accordingly (making sure not to change any indentation):

change line 67 from:
Code:
GUI = 'pyqt'
to:
Code:
GUI = 'tkinter'
Line 67 and 69 will then be identical. Save and close the file and try to launch the plugin again.

Or you could just download the previous release from the Releases page on the plugin's Github repository (Links can be found in the first post of this thread).

Last edited by DiapDealer; 04-09-2017 at 07:59 PM.
DiapDealer is offline   Reply With Quote