View Single Post
Old 11-08-2014, 09:57 PM   #8
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Or you can follow the directions here: http://manual.calibre-ebook.com/develop.html to run a development environment for calibre, using the latest binaries and source code. From there you have two options.
  1. Either change this line here: from "if isxp" to "if False", to disable the check, and see if it runs alright (sometimes yes, sometimes no). Depends on various things: sse2, Phase of the Moon generator status, etc...
  2. Or run the command "git checkout v1.48.0" to use the code matching the current calibre 1.48 install, then update selected bits of code with critical stuff, in this case the Amazon metadata code here: https://github.com/kovidgoyal/calibr...rces/amazon.py
    Just download the new copy of the file, and replace the old version.

I suggested the same thing to someone who was missing the Kobo device driver compatibility with the H2O (which needs a new USB ID).

Last edited by eschwartz; 11-08-2014 at 10:06 PM.
eschwartz is offline   Reply With Quote