techjollof / scitools

Automatically exported from code.google.com/p/scitools
Other
0 stars 0 forks source link

minor bug from ps2mpeg #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r512.

Original comment by johannes...@gmail.com on 25 Jan 2010 at 12:58