11-23-2014, 01:09 PM | #31 |
Sigil Developer
Posts: 8,260
Karma: 5568412
Join Date: Nov 2009
Device: many
|
New Version of ePub3-itizer_v021.zip is now available in the first post of this thread.
Changes since last version: - will now run with both "python2.7" and "python3.4" interpreters - bug fixes for using extended guide types legally prefixed with "other." to map to a more extended vocabulary for epub:types in the nav landmarks. Please note: When the upcoming Sigil 0.8.2 is released, the need to update the quickparser.py will go away. Thanks, KevinH |
11-24-2014, 06:16 AM | #32 |
Junior Member
Posts: 8
Karma: 10
Join Date: Nov 2014
Device: all
|
Hi Kevin
All good with ePub3-itizer_v021.zip as far as I can tell. The only guide prefix in my test samples is 'other.reader-start-page' though, which went through OK previously. Regards Jonathan |
Advert | |
|
11-24-2014, 08:43 AM | #33 |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2014
Device: Kindle Paperwhite
|
Hi, i've just come across your post and am interested in using this plugin, however i don't have a "plugin_launchers" file in the Sigil folder, is this something that should come with Sigil?
|
11-24-2014, 08:53 AM | #34 | |
Grand Sorcerer
Posts: 5,651
Karma: 23456789
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
|
|
11-24-2014, 08:56 AM | #35 |
Grand Sorcerer
Posts: 28,090
Karma: 201052868
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Also make sure you have v0.8.x of Sigil installed. No plugin support or plugin_launchers folder previous to that.
|
Advert | |
|
11-24-2014, 09:07 AM | #36 | |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2014
Device: Kindle Paperwhite
|
Quote:
|
|
11-24-2014, 09:08 AM | #37 |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2014
Device: Kindle Paperwhite
|
|
11-24-2014, 10:57 AM | #38 |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2014
Device: Kindle Paperwhite
|
Whenever i try to run the plugin it comes up with "error: Interpreter python2.7 has no path set" i've gone to the enviromental variables and added ";C:\Python27" to both User and System variables and it still comes up with that error
|
11-24-2014, 11:13 AM | #39 | |
Grand Sorcerer
Posts: 5,651
Karma: 23456789
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
What happens when you click the Auto button in the Manage Plugins dialog box? |
|
11-24-2014, 11:37 AM | #40 |
Grand Sorcerer
Posts: 28,090
Karma: 201052868
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Yes ... the Sigil warning about the path to the python interpreter not being set is referring to the path that needs set in the Sigil Manage Plugins dialog, not the system path.
|
11-24-2014, 11:48 AM | #41 |
Junior Member
Posts: 5
Karma: 10
Join Date: Nov 2014
Device: Kindle Paperwhite
|
ah right, yeah that's worked, sorry about that, i Googled it and a few answers told me to go to the Environment path. thanks
|
12-27-2014, 02:07 AM | #42 |
Enthusiast
Posts: 34
Karma: 67986
Join Date: Feb 2014
Device: Kobo Glo, Kobo Aura H2O
|
Hi,
Just ran into an exception when using the plugin today: Version: v021 on Sigil 0.8.2 on OpenSuSE x64 File: opf_converter.py, line 396~401 Code:
if self.title_cnt==1: nattr = {} nattr["refines"] = "#" + id nattr["property"] = "title-type" outtags.append(["meta", nattr, "main"]) <-- variable nattr not initialized return outtags |
12-27-2014, 12:49 PM | #43 |
Sigil Developer
Posts: 8,260
Karma: 5568412
Join Date: Nov 2009
Device: many
|
Hi,
Yes, definitely that line should be part of the if block. In my editor it appears okay but when I cat it to the screen it is obvious the indentation is wrong. There may be a tab vs space thing in the file. Thanks for the bug report. There will be a new release today. KevinH |
12-27-2014, 02:18 PM | #44 |
Wizard
Posts: 3,028
Karma: 18765431
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
|
It pays to occasionally change the tabspace setting in your editor and look to see that everything still lines up as expected. These kind of issues can sneak in when there are multiple people working on the files, each with their own formatting preferences, or when cutting and pasting code from other windows.
|
12-27-2014, 02:41 PM | #45 |
Sigil Developer
Posts: 8,260
Karma: 5568412
Join Date: Nov 2009
Device: many
|
Hi,
It's fixed now. New version with bug fixed now uploaded. See first post in this thread. And unfortunately I can't blame anyone but me. I mix TextWrangler, emacs, vim, and even TextEdit depending on what is open at the time. I occasionally run reindent.py to fix these mistakes and I have set emacs to replace tabs with spaces which catches most of these. That was one I missed. Take care, KevinH |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Conversion Output] KePub Output Plugin | jgoguen | Plugins | 584 | 01-05-2025 12:12 AM |
Create a javascript quizz for Epub3 in Sigil | BertrandThibaut | Sigil | 3 | 01-26-2014 10:04 AM |
An epub3 version of Sigil ? | apulia03 | Sigil | 9 | 11-28-2012 02:07 AM |
Plugin not customizable: Plugin: HTML Output does not need customization | flyingfoxlee | Conversion | 2 | 02-24-2012 03:24 AM |
epub3 Sigil Poetry(fixed layout) | Giggleton | Sigil | 7 | 04-04-2011 01:58 PM |