Helge Hafting <[EMAIL PROTECTED]> writes:

| if os.system(r'python -tt '/usr/local/share/lyx/scripts/ly2png.py' ' +
| '"' + infile + '"' + ' ' + '"' + outfile + '"' + '') != 0:
|   unlinkNoThrow(outfile)
|   sys.exit(1)

The quoting looks wrong. I guess it would work if the quotes around
ly2png.py was removed or changed to "".

-- 
        Lgb

Reply via email to