Re: compile python 3.3 with bz2 support

2014-10-05 Thread ignat99
t; hi, everyone: > > >     I want to compile python 3.3 with bz2 support on RedHat 5.5 but fail to > > do that. Here is how I do it: > > >     1. download bzip2 and compile it(make、make -f Makefile_libbz2_so、make > > install) > > >     2.chang to python 3.3

?????? compile python 3.3 with bz2 support

2012-12-23 Thread Isml
-- ??: "Isml"<76069...@qq.com>; : 2012??12??24??(??????) ????11:21 ??????: "Benjamin Kaplan"; "Python List"; : ?? compile python 3.3 with bz2 support Thanks for your reply.According to your advice, I tried ag

?????? compile python 3.3 with bz2 support

2012-12-23 Thread Isml
? -- ??: "Benjamin Kaplan"; ????: 2012??12??23??(??) 0:06 ??: "Python List"; : Re: compile python 3.3 with bz2 support On Dec 21, 2012 1:31 AM, "Isml" <76069...@qq.com> wrote: > > hi, everyone: >

Re: compile python 3.3 with bz2 support

2012-12-22 Thread Benjamin Kaplan
On Dec 21, 2012 1:31 AM, "Isml" <76069...@qq.com> wrote: > > hi, everyone: > I want to compile python 3.3 with bz2 support on RedHat 5.5 but fail to do that. Here is how I do it: > 1. download bzip2 and compile it(make、make -f Makefile_libbz2_so、make install)

Re: compile python 3.3 with bz2 support

2012-12-22 Thread Miki Tebeka
On Thursday, December 20, 2012 10:27:54 PM UTC-8, Isml wrote: >     I want to compile python 3.3 with bz2 support on RedHat 5.5 but fail to > do that. Here is how I do it: >     1. download bzip2 and compile it(make、make -f Makefile_libbz2_so、make > install) Why can't you use

Re: compile python 3.3 with bz2 support on RedHat 5.5

2012-12-21 Thread Chris Angelico
On Fri, Dec 21, 2012 at 5:35 PM, Isml <76069...@qq.com> wrote: > By the way, RedHat 5.5 has a built-in python 2.4.3. Would it be a problem? You may want to consider using 'make altinstall' rather than 'make install'. That way, you don't stomp all over the system Python (so system scripts that expe

Re: compile python 3.3 with bz2 support on RedHat 5.5

2012-12-21 Thread Ramchandra Apte
On Friday, 21 December 2012 12:05:57 UTC+5:30, Isml wrote: > hi, everyone: >     I want to compile python 3.3 with bz2 support on RedHat 5.5 but fail to > do that. Here is how I do it: >     1、download bzip2 and compile it(make、make -f Makefile_libbz2_so、make > install) >    

compile python 3.3 with bz2 support on RedHat 5.5

2012-12-20 Thread Isml
hi, everyone: I want to compile python 3.3 with bz2 support on RedHat 5.5 but fail to do that. Here is how I do it: 1??download bzip2 and compile it(make??make -f Makefile_libbz2_so??make install) 2??chang to python 3.3 source directory : ./configure --with-bz2=/usr/local/include

compile python 3.3 with bz2 support

2012-12-20 Thread Isml
hi, everyone: I want to compile python 3.3 with bz2 support on RedHat 5.5 but fail to do that. Here is how I do it: 1. download bzip2 and compile it(make??make -f Makefile_libbz2_so??make install) 2.chang to python 3.3 source directory : ./configure --with-bz2=/usr/local/include