Bug 111275 - "python" in getkeymaps not specific
Summary: "python" in getkeymaps not specific
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: anaconda
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-01 17:40 UTC by Joshua Jensen
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-12-01 20:57:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Joshua Jensen 2003-12-01 17:40:42 UTC
Description of problem:

In anaconda-runtime, the line:

MAPS=$(python -c "import rhpl.keyboard_models ;
rhpl.keyboard_models.get_supported_models()")

Doesn't specify the version or path of python.  Could it be changed to
at least say "python2.2", or "/usr/bin/python2.2" ?  Otherwise, it is
at the mercy of $PATH and the version of Python installed.


Version-Release number of selected component (if applicable):

Stock RHEL

Comment 1 Joshua Jensen 2003-12-01 17:44:21 UTC
This really should be filed under "anaconda-runtime" component... but
I couldn't find it on the list.

Comment 2 Jeremy Katz 2003-12-01 20:57:38 UTC
This is intentional so that it doesn't have to get changed every time
we update python minor versions (the rest of anaconda has been changed
similarly for rawhide which is switching to python 2.3)

Comment 3 Joshua Jensen 2003-12-01 21:02:40 UTC
Ok... fair enough, but you could at least specify the path.


Note You need to log in before you can comment on or make changes to this bug.