Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 02-15-2012, 11:45 AM   #1
mobilemax
Member
mobilemax is on a distinguished road
 
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
And this is what is the plugin using:

Code:
from calibre.ebooks.html.input import HTMLInput
htmlinput = HTMLInput(None)
oeb = htmlinput.convert(file, options, "html", log, accelerators)
Any word on why the "HTMLInput" function was removed from input.py and is there any replacement for it?

Thanks,
max
mobilemax is offline   Reply With Quote
Old 02-15-2012, 01:00 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,251
Karma: 27110894
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(...)
kovidgoyal is online now   Reply With Quote
Advert
Old 02-15-2012, 02:13 PM   #3
JIGACE
Member
JIGACE began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jul 2008
Device: EZ Reader Pocket Pro
Can you share the plug in? Please??
JIGACE is offline   Reply With Quote
Old 02-15-2012, 02:53 PM   #4
mobilemax
Member
mobilemax is on a distinguished road
 
Posts: 13
Karma: 68
Join Date: Aug 2011
Device: Kindle
kovidgoyal, ok, cool, thanks!

jigace, pm
mobilemax is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound Stopped Working sgt_pepper enTourage eDGe 2 08-05-2011 04:23 PM
Calibre stopped working! barbs23 Calibre 1 01-23-2011 12:10 AM
DR1000 HELP!! my stylus stopped working splendor iRex 7 06-16-2010 11:35 AM
Whispernet Stopped Working weatherman Amazon Kindle 19 03-29-2009 02:41 PM
Stopped working? pshrynk Calibre 8 02-14-2009 04:43 PM


All times are GMT -4. The time now is 05:00 AM.


MobileRead.com is a privately owned, operated and funded community.