Bug 120463

Summary: /usr/bin/pydict shebang line points to obsolete python
Product: [Fedora] Fedora Reporter: Derek Poon <dpoon>
Component: pydictAssignee: Leon Ho <llch>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-05-21 06:00:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Derek Poon 2004-04-08 23:55:03 UTC
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".

Comment 1 Leon Ho 2004-05-21 06:00:11 UTC
Thank you for your report. Latest fixed package should be in rawhide
now! Cheers