I'm new to this tool and just installed it. I tried to add a folder with gif images and convert it for the Kobo Aura. I get this error:
Quote:
One of workers crashed. Cause: Cannot write image in directory /tmp/KCC-TMP-5da99t/OEBPS/Images/: encoder jpeg not available
Traceback:
[' File "./kcc/kcc/KCC_gui.py", line 438, in run\n outputPath = comic2ebook.main(jobargv, self)\n', ' File "./kcc/kcc/comic2ebook.py", line 960, in main\n dirImgProcess(path + "/OEBPS/Images/")\n', ' File "./kcc/kcc/comic2ebook.py", line 346, in dirImgProcess\n raise RuntimeError("One of workers crashed. Cause: " + workerOutput[0])\n']
|
Any idea what the problem might be (encoder jpeg not available)?
Oh, and when I go to the Advanced tab and check "PNG output" it starts processing the images but then I get the following error:
Quote:
global name 'unicode' is not defined
Traceback:
[' File "./kcc/kcc/KCC_gui.py", line 438, in run\n outputPath = comic2ebook.main(jobargv, self)\n', ' File "./kcc/kcc/comic2ebook.py", line 963, in main\n chapterNames = sanitizeTree(os.path.join(path, \'OEBPS\', \'Images\'))\n', ' File "./kcc/kcc/comic2ebook.py", line 664, in sanitizeTree\n slugified = slugify(splitname[0])\n', ' File "./kcc/kcc/comic2ebook.py", line 651, in slugify\n value = slugifyExt(value)\n', ' File "/usr/lib/python3.3/site-packages/slugify-0.0.1-py3.3.egg/slugify.py", line 24, in slugify\n unicode(\n']
|
Thanks for any help!