02-05-2016, 11:21 AM | #136 |
Guru
Posts: 846
Karma: 2525050
Join Date: Jun 2010
Device: K3W, PW4
|
You make me feel like Charlie Brown, "We learm more from losing than we do from winning." - "In that case, I must be the most learned man in the world!"
Dave |
02-15-2016, 06:25 PM | #137 |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
New version 0.80.6 in the the first post.
|
Advert | |
|
03-23-2017, 06:44 PM | #138 |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
New version 0.80.7 in the the first post.
Cosmetic update only. Uses PyQt5 QOpenFIleDialog instead of (tkinter) if PyQt5 is available. |
04-09-2017, 07:29 PM | #139 |
Junior Member
Posts: 2
Karma: 10
Join Date: Apr 2017
Device: none
|
On a Mac Sierra 10.12.4 I am seeing the message that there is no MOBI importer. I have the latest Sigil and the latest KindleImport plugin installed, and I am seeing an error about a pyqt cocoa library not found.
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.... |
04-09-2017, 08:43 PM | #140 | |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
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' Code:
GUI = 'tkinter' 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 08:59 PM. |
|
Advert | |
|
04-10-2017, 01:37 PM | #141 |
Sigil Developer
Posts: 8,160
Karma: 5450818
Join Date: Nov 2009
Device: many
|
Mac Users - I have yet again updated the Sigil-0.9.8 Mac Package on the github release site with a version of Sigil for Mac that should now happily work with PyQt5 plugins with no extra changes.
Please give it a try and let me know if it fixes the issue. Thanks KevinH Last edited by KevinH; 04-10-2017 at 10:26 PM. |
04-11-2017, 01:09 AM | #142 |
Junior Member
Posts: 2
Karma: 10
Join Date: Apr 2017
Device: none
|
Kevin, thanks much for the quick work on the Sigil update. I managed to get the new release of Sigil and the kindleimport plugin working just now.
|
04-26-2017, 08:56 AM | #143 | |||
Member
Posts: 21
Karma: 10
Join Date: Aug 2013
Device: Kindle Voyage
|
I use Sygil 0.8.5 ; Python 3.4. I appreciate your work on Sygil. Thanks.
I'm wondering perhaps someone knows the reason for this error, or how to make it go away. I get this error message from Sygil when opening a mobi file: Quote:
Quote:
Quote:
I'll appreciate any suggestions (I don't know anything about programming). Thanks! |
|||
04-26-2017, 09:03 AM | #144 |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Difficult to say without seeing the mobi in question. There's a ton of stuff that can go wrong with those older mobis--they're often full of some amazing crud.
You can't post the mobi here if it's copyrighted, though. You could try the standalone KindleUnpack tool and see if it has better luck. It won't automatically create an epub from a mobi, but it would give you the html at least. |
04-26-2017, 09:48 AM | #145 |
Member
Posts: 21
Karma: 10
Join Date: Aug 2013
Device: Kindle Voyage
|
Thanks for a super quick answer! Yes, it's copyrighted. Perhaps this is the reason why it doesn't open.
Your tip worked: KindleUnpack in calibre worked well and gave up a single html file. Also, a calibre conversion to azw3 shows 229 .xhtml files. Am confused with this result: is it OK to have one file here two hundred there? The converted azw3 can be opened with KindleImport error-free. I'm sorry if this is the wrong place to discuss this... Just trying to determine the cause for KindleImport failing to open this particular mobi file. |
04-26-2017, 09:56 AM | #146 |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
There's obviously a problem that my plugin doesn't take into account when creating the opf file/epub from the mobi. I'd love to be able to fix it if possible. I'm going to send you a private message, if you don't mind.
|
07-25-2017, 06:49 PM | #147 |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Uploaded a new version (v0.80.8) that will only potentially affect users of Doitsu's Kindlegen plugin.
Now that it (the Kindlegen plugin) has been modified to accept EPUB3-compliant identifiers in the form of: Code:
<dc:identifier>urn:AMAZON:BXXXXXXXXX</dc:identifier> Last edited by DiapDealer; 07-25-2017 at 06:55 PM. |
07-26-2017, 05:47 AM | #148 |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
Thanks for the heads-up! I already updated the KindleGen plugin yesterday in anticipation of this change and it should play nice with the latest version of your KindleImport plugin.
|
07-26-2017, 10:36 AM | #149 |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
No problem. I saw you made the change to KindleGen, so I figured I'd modify KindleImport to match.
|
07-29-2017, 02:35 PM | #150 |
Grand Sorcerer
Posts: 28,040
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Released another new version (0.80.9) that utilizes the latest upstream changes to the core KindleUnpack files (addresses urls to SVG images in CSS not unpacking properly).
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Plugin] ePub3-itizer - epub3 output plugin for Sigil | KevinH | Plugins | 456 | 10-27-2024 07:00 AM |
epubcheck plugin for Sigil | Doitsu | Plugins | 533 | 10-24-2024 04:32 PM |
kindlegen plugin for Sigil | Doitsu | Plugins | 173 | 10-15-2024 03:51 AM |
[Plugin] PunctuationSmarten Sigil plugin | DiapDealer | Plugins | 138 | 07-11-2023 12:22 PM |
smoothRemove_v010 plugin for Sigil | kbanelas | Plugins | 15 | 01-27-2017 06:51 PM |