From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031016 Description of problem: Run: redhat-logviewer response /usr/bin/env: python2.2: No such file or directory Version-Release number of selected component (if applicable): redhat-logviewer-0.9.3-6 How reproducible: Always Steps to Reproduce: 1. type redhat-logviewer 2. press enter Actual Results: redhat-logviewer /usr/bin/env: python2.2: No such file or directory Expected Results: logviewer loads and displays Additional info:
If you installed this with the RPM, the RPM requires that python2 is installed before it will let you install the redhat-logviewer RPM. Did you force the RPM installation? What does rpm -q python return?
Install of python-2.3.2-7.i386.rpm is the issue. Resolved by doing a symlink ln -s /usr/bin/python2.3 /usr/bin/python2.2
changed bug from component redhat-logviewer to python