I am getting a strange error when I try to queue an individual book for an HTML->EPUB conversion:
Spoiler:
calibre, version 0.8.6
ERROR: Unhandled exception: <b>IOError</b>:[Errno 2] No such file or directory: u'D:\\DropBox\\Calibre\\Calibre2\\dummy.zip'
Traceback (most recent call last):
File "D:\Dropbox\Calibre\CalibreSource\src\calibre\gui2 \actions\convert.py", line 109, in convert_ebook
File "D:\Dropbox\Calibre\CalibreSource\src\calibre\gui2 \tools.py", line 41, in convert_single_ebook
File "D:\Dropbox\Calibre\CalibreSource\src\calibre\gui2 \convert\single.py", line 125, in __init__
File "D:\Dropbox\Calibre\CalibreSource\src\calibre\gui2 \convert\single.py", line 161, in setup_pipeline
File "D:\Dropbox\Calibre\CalibreSource\src\calibre\eboo ks\conversion\plumber.py", line 600, in __init__
File "D:\Dropbox\Calibre\CalibreSource\src\calibre\eboo ks\conversion\plumber.py", line 667, in unarchive
File "D:\Dropbox\Calibre\CalibreSource\src\calibre\__in it__.py", line 247, in extract
IOError: [Errno 2] No such file or directory: u'D:\\DropBox\\Calibre\\Calibre2\\dummy.zip'
If I use the bulk convert option to queue the book it works just fine! I only seem to get this error when the source is a HTML (ZIP) file. Any ideas?
I am actually running from the latest source downloaded about an hour ago so it is more recent than the 0.8.6 release in case that matters. The file mentioned does not exist in the Calibre binaries folder but the ZIP file I am trying to convert does.