lcorbasson / pdfsizeopt

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

Python 2.4 not found #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install on linux \LMDE using the given command lines
2. run the python scrypt

What is the expected output? What do you see instead?
-> problem with python2.4 (not found)

Solved by changing the header of file.
#! /usr/bin/python
instead of python2.4

It is obvious, but I thought it was worth report it.

Original issue reported on code.google.com by vogtgil...@gmail.com on 7 Nov 2012 at 9:47

GoogleCodeExporter commented 8 years ago
Thank you for reporting this bug. Fixed in r221.

Original comment by pts...@gmail.com on 7 Nov 2012 at 10:20