Description of problem: The shebang line of /usr/bin/pydict is #!/usr/bin/python2.2 But Fedora Core 2 ships with python 2.3, so the interpreter is not found. Version-Release number of selected component (if applicable): pydict-0.3.0-6 How reproducible: Every time. Steps to Reproduce: 1. /usr/bin/pydict Actual results: bash: /usr/bin/pydict: /usr/bin/python2.2: bad interpreter: No such file or directory Expected results: pydict should have launched. Additional info: Workaround is to either a) Edit the shebang line to point to python, or b) Run the application explicitly using "python /usr/bin/pydict".
Thank you for your report. Latest fixed package should be in rawhide now! Cheers