Quote:
Originally Posted by Doitsu
What do you mean by gw api? The plugin doesn't use any API except for the Sigil Python API and a custom Python function that uses zipfile.ZipFile for zipping up epub folders.
Unless the zipfile.ZipFile parameters have changed in the new Python version that comes with Sigil, there shouldn't be any problems.
No, all the plugin does is zip up all epub files and run epubcheck with the temp .zip file as the input file.
Whatever your problem is, it's not caused by Sigil.
I just tested the plugin with a 50MB epub file and didn't get any error messages.
BTW, the Java version on my machine is:
Code:
java version "1.8.0_421"
Java(TM) SE Runtime Environment (build 1.8.0_421-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.421-b09, mixed mode)
Unless you need a higher Java version for other apps, downgrading Java might help, because as KevinH has already mentioned, some higher versions have a bug that produces the error message that you got.
|
I re installed sigil and Java and the error has now disappeared