What steps will reproduce the problem?
1. have "ppmtompeg" installed instead of "mpeg_encode".
2. execute "ps2mpeg.py *.ps"
3.
What is the expected output? What do you see instead?
"ppmtompeg" is expected to be available.
Neither "ppmtompeg" or "mpeg_encode" was found.
What version of the product are you using? On what operating system?
scitools-0.6 on ubuntu 9.04 x86_64
Please provide any additional information below.
My Solution:
Change line 312 in file "scitools"
from "if not findprograms('mpeg_encode') or not
findprograms('ppmtompeg'):"
to "if not findprograms('mpeg_encode') and not
findprograms('ppmtompeg'):"
Original issue reported on code.google.com by liwen0...@gmail.com on 22 Jan 2010 at 5:01
Original issue reported on code.google.com by
liwen0...@gmail.com
on 22 Jan 2010 at 5:01