Changes by Isaac (.ike) Levy :
--
nosy: +ikeaxial
___
Python tracker
<http://bugs.python.org/issue5575>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Isaac (.ike) Levy :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue16882>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Isaac (.ike) Levy :
--
resolution: wont fix -> duplicate
___
Python tracker
<http://bugs.python.org/issue16882>
___
___
Python-bugs-list mai
Isaac (.ike) Levy added the comment:
Hi Ned,
Thanks. Your logic is rational here, I'll close it, and open another if I can
carve out time to attack this with an appropriate patch for setup.py - to
attempt resolution of the 3rd party library build issues.
However, off the top of your he
Isaac (.ike) Levy added the comment:
Ned, absolutely correct, thank you!
--
___
Python tracker
<http://bugs.python.org/issue16883>
___
___
Python-bugs-list mailin
New submission from Isaac (.ike) Levy:
Host OS: Ubuntu 11.10 (oneiric)
--enable-shared flag during configure forces 2.7.3 to build as 2.7.2+
TO REPLICATE:
unpack Python tarball,
# cd Python-2.7.3/
# ./configure --enable-shared
# make
# ./python -V
2.7.2+
# make clean ; ./configure --enable
New submission from Isaac (.ike) Levy:
There are currently 73 files with hard-coded references to /usr/local,
To see what I'm talking about, unpack a source Python tarball, and check it out
like so:
# cd Python-2.7.3
# grep -Rl '\/usr\/local' ./* | wc -l
73
To read more de