Mark Harviston
Mark Harviston
If anyone else is looking for a workaround, this is what we're doing (it's not pretty) Instead of `kitchen verify $suite` do: ``` kitchen verify $suite >dev/null 2>&1 || true...
Calibre switched from PyQt4 to PyQt5 awhile ago. My guess would be the plugin needs to be updated. (change PyQt4 to PyQt5) here: https://github.com/xchewtoyx/calibre-comicvine/blob/master/config.py#L6
I fixed it in my [fork](https://github.com/harvimt/calibre-comicvine), but now I'm getting: ``` calibre, version 2.56.0 ERROR: Unhandled exception: ImportError:cannot import name Comicvine calibre 2.56 [64bit] embedded-python: True is64bit: True Windows-8-6.2.9200 Windows...
Huh. I was able to install it with `calibre-customize.exe -a Comicvine.zip`, but not through the UI.
I'm guessing something like this? If(this.adaptation_field_exist, Struct(), # if true Struct(), # if false )
I've only tested with python 3.3 64-bit on 64-bit windows 7 with the newest stable version of 7z.dll I'd need the full stack trace to see where the actual error...
I'd also like to emphasize that this software is very very beta.
Hrm, I'll need more info about your platform (python version, 7z.dll version, windows version). I'll also probably need to add more exact error handling to my code knowing that `GetNumberOfFormats`...
hrm, same except windows 7, newest version should report which error code was given, and includes a small test suite (though it has 90% coverage, so hey). New version requires...