Package: chm2pdf
Version: 0.9.1-1
When I invoke chm2pdf on any file, for example
$chm2pdf --book myfile.chm
It fails saying
rm: cannot remove `/tmp/chm2pdf/orig/myfile/*': No such file or directory
rm: cannot remove `/tmp/chm2pdf/work/myfile/*': No such file or directory
Traceback (most recent call last):
File "/usr/bin/chm2pdf", line 1111, in <module>
main(sys.argv)
File "/usr/bin/chm2pdf", line 1107, in main
convert_to_pdf(cfile, filename, outputfilename, options)
File "/usr/bin/chm2pdf", line 394, in convert_to_pdf
correct_file(page_filename, htmlout_filename, html_list,
objective_urls, options)
File "/usr/bin/chm2pdf", line 129, in correct_file
pf=open(input_file,'rU')
IOError: [Errno 21] Is a directory
I have libc 2.7-10 and python 2.5.2-2
I tried to run it with python 2.4.5-5:
$python2.4 /usr/bin/chm2pdf --book myfile.chm
with the same result.
Regards,
Dmitry
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]