Bug 185103 - Python distutils reports incorrect lib location (2)
Summary: Python distutils reports incorrect lib location (2)
Keywords:
Status: CLOSED DUPLICATE of bug 185352
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: python
Version: 3.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-10 17:32 UTC by Tru Huynh
Modified: 2007-11-30 22:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-12-20 23:21:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Tru Huynh 2006-03-10 17:32:39 UTC
Description of problem:


Version-Release number of selected component (if applicable):
python-2.2.3-6.2.x86_64

How reproducible:

Always

Steps to Reproduce:
1. python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(),
sysconfig.get_python_lib(1)'
2.
3.
  
Actual results:
/usr/lib64/python2.2/site-packages /usr/lib64/python2.2/site-packages

Expected results:
/usr/lib/python2.2/site-packages /usr/lib64/python2.2/site-packages

Additional info:
python (2.3) on RHEL4 works fine:
[tru@myganne ~]$ python -c 'from distutils import sysconfig; print
sysconfig.get_python_lib(), sysconfig.get_python_lib(1)'
/usr/lib/python2.3/site-packages /usr/lib64/python2.3/site-packages
[tru@myganne ~]$ rpm -q python
python-2.3.4-14.1.x86_64

Comment 1 Tru Huynh 2006-03-10 17:34:12 UTC
in the same league as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=144094

also reported (with possible fix) at http://bugs.centos.org/view.php?id=1244


Comment 4 Jeremy Katz 2006-12-20 23:21:41 UTC

*** This bug has been marked as a duplicate of 185352 ***


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