
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
SuSE Linux 9.2 (x86-64)
|
|
| Resolution Date: |
29/Oct/05 01:26 AM
|
|
Originally reported by Indrek Järve.
Currently part of the path to the PY_STD_LIB is hard-coded in configure.in.
PY_STD_LIB=${PyEXEC_INSTALLDIR}/lib/python${PyVERSION}
On SUSE 9.2 (x86-64), that would need to be
PY_STD_LIB=${PyEXEC_INSTALLDIR}/lib64/python${PyVERSION}
Graham suggesting using
PY_STD_LIB=`$PYTHON_BIN -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib(plat_specific=1, standard_lib=1)'`
Indrek has confirmed that this will yield the correct path. I'll fix configure.in accordingly.
|
|
Description
|
Originally reported by Indrek Järve.
Currently part of the path to the PY_STD_LIB is hard-coded in configure.in.
PY_STD_LIB=${PyEXEC_INSTALLDIR}/lib/python${PyVERSION}
On SUSE 9.2 (x86-64), that would need to be
PY_STD_LIB=${PyEXEC_INSTALLDIR}/lib64/python${PyVERSION}
Graham suggesting using
PY_STD_LIB=`$PYTHON_BIN -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib(plat_specific=1, standard_lib=1)'`
Indrek has confirmed that this will yield the correct path. I'll fix configure.in accordingly.
|
Show » |
made changes - 29/Oct/05 01:26 AM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
3.2
[ 11060
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 05/Mar/06 02:35 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|