pombreda / chm2pdf

Automatically exported from code.google.com/p/chm2pdf
GNU General Public License v2.0
1 stars 1 forks source link

Filename with space gives error #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Command:

chm2pdf --book "Filename with spaces.chm"

Log:

failed to open Filename
Traceback (most recent call last):
  File "/usr/bin/chm2pdf", line 1098, in <module>
    main(sys.argv)
  File "/usr/bin/chm2pdf", line 1092, 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 116, in get_objective_urls_list
    flist=open(CHM2PDF_WORK_DIR+'/urlslist.txt','rU')
IOError: [Errno 2] No such file or directory: '/tmp/tmpowiRNl/Filename with
spaces/urlslist.txt'

Using Ubuntu Jaunty 9.04.
/usr/bin/chm2pdf version 0.9.1

Thanks

Original issue reported on code.google.com by igor...@gmail.com on 20 Aug 2009 at 5:59

GoogleCodeExporter commented 9 years ago
Duplicate of issue 3

Original comment by yselkow...@gmail.com on 17 Jan 2011 at 5:14