Errors if file name contains escaped special characters (space, parenthesis etc)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
chm2pdf (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: chm2pdf
I get the following error when trying to run the program. I have looked at packages.debian.org and found that the version they have there is the same under the unstable as we have in karmic so I couldn't install that deb.
Here is the thrown error:
sh: Syntax error: "(" unexpected
sh: Syntax error: "(" unexpected
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_
File "/usr/bin/chm2pdf", line 318, in convert_to_pdf
objective_
File "/usr/bin/chm2pdf", line 116, in get_objective_
flist=
IOError: [Errno 2] No such file or directory: '/tmp/tmpcih9vQ
With thanks,
Nathan
Related branches
Changed in chm2pdf (Ubuntu): | |
status: | New → Confirmed |
summary: |
- Errors when run + Errors if file name contains escaped special characters (space, + parenthesis etc) |
Am I wrong or is your filename containing spaces?
I think this could be the cause of your problems.