MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   Sigil (https://www.mobileread.com/forums/forumdisplay.php?f=203)
-   -   Sigil 0.8.0 Released (https://www.mobileread.com/forums/showthread.php?t=247080)

user_none 09-27-2014 05:59 PM

Sigil 0.8.0 Released
 
See here.

Hitch 09-27-2014 06:22 PM

Quote:

Originally Posted by user_none (Post 2934649)

Ohhhhhhh, boy. ;-)

Hitch

user_none 09-27-2014 06:25 PM

I almost forgot, I attached the plugin docs and test plugins in the release. I need to figure out a better way to handle those... Probably going to put them in the source and link to them that way links always point to current info.

varlog 09-27-2014 07:30 PM

Shortcut for impatient :)
for version 0.8.0 all plugin entry scripts should be renamed from:

WhatEver.py
into:
plugin.py

Additionally by PunctuationSmarten.py (befor or after changing the name):
Code:

import path
from path import pathof
from utf8_utils import utf8_str

should be changed into
Code:

import unipath
from unipath import pathof
from compatibility_utils import utf8_str

plugin.xml should/could be updated too but the plugins work again anyway.

@DiapDealer: I like KindleImport very much: seems to work better as KindleUnpack :). Will KindleUnpack be updated?

Ok, I see DiapDealer has already reacted :)!

DiapDealer 09-27-2014 09:18 PM

Quote:

Originally Posted by varlog (Post 2934704)
Ok, I see DiapDealer has already reacted :)!

Had new versions ready to go. ;)

Jellby 09-28-2014 03:46 AM

Any update to FlightCrew?

crutledge 09-28-2014 06:33 AM

Python path
 
When trying to run the Smarten plugin I get the following error:

Code:

Interpreter Python 2.7 has no path set.
I uninstalled and re-installed Python 2.7.7 to no avail.

Error by you or by me?

Doitsu 09-28-2014 06:56 AM

Quote:

Originally Posted by crutledge (Post 2934971)
When trying to run the Smarten plugin I get the following error:

Code:

Interpreter Python 2.7 has no path set.

You'll need to click the Auto button:

Plugins > Manage Plugins > Python 2.7 > Auto > OK.

crutledge 09-28-2014 07:48 AM

Quote:

Originally Posted by Doitsu (Post 2934976)
You'll need to click the Auto button:

Plugins > Manage Plugins > Python 2.7 > Auto > OK.

I guess that I'm the dimmest candle in the chapel.

1: Goto Manage Plugins
2: Click AUTO and nothing happens.
3: Click SET and select c:\python27\python.exe
4: Click OK

Start Smarten
Click Start

Code:

Status: failed
Launcher: missing or incorrect paths passed in


Doitsu 09-28-2014 08:00 AM

Did you install Python from the official website? If so you might be missing some required libraries. You may want to uninstall your version and install ActivePython, which will install everything that you need.

DiapDealer 09-28-2014 08:27 AM

Quote:

Originally Posted by crutledge (Post 2934999)

Start Smarten
Click Start

Code:

Status: failed
Launcher: missing or incorrect paths passed in


Did you uninstall the previous version of the plugin and install the newest version (https://www.mobileread.com/forums/sho...d.php?t=247088)?

How plugins are handled (as well as the structure of the plugin archive) has changed from the ALPHA version of Sigil.

crutledge 09-28-2014 08:48 AM

Quote:

Originally Posted by DiapDealer (Post 2935018)
Did you uninstall the previous version of the plugin and install the newest version (https://www.mobileread.com/forums/sho...d.php?t=247088)?

How plugins are handled (as well as the structure of the plugin archive) has changed from the ALPHA version of Sigil.

That did it. Thank you.:2thumbsup

How will one keep up with changed versions of plugins? Will there be a site one can refer to? The Sigil site still show only version 7.4.

DiapDealer 09-28-2014 09:08 AM

Quote:

Originally Posted by crutledge (Post 2935030)
How will one keep up with changed versions of plugins? Will there be a site one can refer to?

There is currently no central plugin repository of any kind. I suspect many will just create threads for their plugins as I have (perhaps a dedicated subforum if they become too numerous?) and then update the thread when there's a new version available.

Quote:

Originally Posted by crutledge (Post 2935030)
The Sigil site still show only version 7.4.

I don't think the googlecode site is allowing John to host new downloads. New versions of Sigil will probably be available on github--where the src is hosted, and where v0.8.0 was made available: https://github.com/user-none/Sigil/releases.

user_none 09-28-2014 09:26 AM

Quote:

Originally Posted by DiapDealer (Post 2935033)
(perhaps a dedicated subforum if they become too numerous?)

If it starts to become unwieldy that's what I was thinking. Much like with the path calibre followed.

Quote:

Originally Posted by DiapDealer (Post 2935033)
I don't think the googlecode site is allowing John to host new downloads.

It does not. They disabled that eariler this year or last year. They said that current downloads will be completely removed sometime in 2015. Evenetually I need to get around to migrating Sigil's main site to a real web site (like calibre) and have the code repo on github (where it currently is).

rubeus 09-28-2014 10:15 AM

Quote:

Originally Posted by Doitsu (Post 2935009)
Did you install Python from the official website? If so you might be missing some required libraries. You may want to uninstall your version and install ActivePython, which will install everything that you need.

Hi, i cant find a version >= 3,4 on that site as describes in the plugins documentation, only a 3.3.4.

As i'm doing nothing else with python which one is recommended?


All times are GMT -4. The time now is 05:59 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.