| Issue 72: | Python 2.4 not found | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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. |
Status: Fixed