|
|
#1 |
|
Member
![]() Posts: 13
Karma: 68
Join Date: Aug 2011
Device: Kindle
|
Custom DOC Convert stopped working in 0.8.39
Hi,
I've been using a custom .doc converter plugin that I found and it was working ok until the latest 0.8.39 version where this file was changed: Code:
Calibre\pylib.zip\calibre\ebooks\html\input.pyo Code:
from calibre.ebooks.html.input import HTMLInput htmlinput = HTMLInput(None) oeb = htmlinput.convert(file, options, "html", log, accelerators) Thanks, max |
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,620
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
THe correct way to get access to an input plugin is
from calibre.customize.ui import plugin_for_input_format html_input = plugin_for_input_format('html') html_input.convert(...) |
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Member
![]() Posts: 21
Karma: 10
Join Date: Jul 2008
Device: EZ Reader Pocket Pro
|
Can you share the plug in? Please??
|
|
|
|
|
|
#4 |
|
Member
![]() Posts: 13
Karma: 68
Join Date: Aug 2011
Device: Kindle
|
kovidgoyal, ok, cool, thanks!
jigace, pm
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sound Stopped Working | sgt_pepper | enTourage eDGe | 2 | 08-05-2011 05:23 PM |
| Calibre stopped working! | barbs23 | Calibre | 1 | 01-23-2011 01:10 AM |
| DR1000 HELP!! my stylus stopped working | splendor | iRex | 7 | 06-16-2010 12:35 PM |
| Whispernet Stopped Working | weatherman | Amazon Kindle | 19 | 03-29-2009 03:41 PM |
| Stopped working? | pshrynk | Calibre | 8 | 02-14-2009 05:43 PM |