Quote:
Originally Posted by DNSB
It looks much like a Python version mismatch. I.e., running a Python 2 program under Python 3.
|
I could finally make it work but now this happens,
Quote:
comic2ebook v5.5.3-beta-darodi.5 - Written by Ciro Mattia Gonano and Pawel Jastrzebski.
Traceback (most recent call last):
File "/home/keepach/kcc/kindlecomicconverter/comic2ebook.py", line 1065, in checkPre
with TemporaryFile(prefix='KCC-', dir=src):
File "/usr/lib/python3.10/tempfile.py", line 629, in TemporaryFile
(fd, name) = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
File "/usr/lib/python3.10/tempfile.py", line 256, in _mkstemp_inner
fd = _os.open(file, flags, 0o600)
FileNotFoundError: [Errno 2] No such file or directory: 'Zom 100 - Bucket List of the Dead v01 (2021) (Digital) (1r0n) (f2).cbz/home/keepach/Documentos/KCC-64umxsqn'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/keepach/./kcc/kcc-c2e.py", line 32, in <module>
startC2E()
File "/home/keepach/kcc/kindlecomicconverter/startup.py", line 49, in startC2E
sys.exit(main(sys.argv[1:]))
File "/home/keepach/kcc/kindlecomicconverter/comic2ebook.py", line 74, in main
makeBook(source)
File "/home/keepach/kcc/kindlecomicconverter/comic2ebook.py", line 1078, in makeBook
checkPre(source)
File "/home/keepach/kcc/kindlecomicconverter/comic2ebook.py", line 1068, in checkPre
raise UserWarning("Target directory is not writable.")
UserWarning: Target directory is not writable.
|
any ideas?