Quote:
Originally Posted by faber1971
Thank you, but I'm running Vista and I can't manage to install it. Is there a way out?
|
Could probably package it as a plugin as calibre shares a lot of the dependencies. I'll attach an inital attempt.
You can import into a recipe with:
Code:
import calibre_plugins.webkit_browser.spynner
spynner = calibre_plugins.webkit_browser.spynner
I had a quick go on windows but coudln't get the multiprocessing to work (pickling errors - even for a top level function), but then again my python skills aren't too good!.