Suyash
unread,Nov 24, 2010, 1:12:55 PM11/24/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chm2pdf
I got the following error when I ran chm2pdf to convert a chm file to
pdf using
chm2pdf --book ???????.chm
Here is the message displayed on terminal. Can someone tell me what
could be wrong and how to fix it.
Traceback (most recent call last):
File "/usr/bin/chm2pdf", line 1108, in <module>
main(sys.argv)
File "/usr/bin/chm2pdf", line 1102, in main
convert_to_pdf(cfile, filename, outputfilename, options)
File "/usr/bin/chm2pdf", line 318, in convert_to_pdf
objective_urls=get_objective_urls_list(filename)
File "/usr/bin/chm2pdf", line 121, in get_objective_urls_list
urls_list.append(spline[5])
IndexError: list index out of range