Re: [Python-Dev] compile python 3.3 with bz2 support

2013-10-22 Thread o1dnik
Oleg Broytman phd at phdru.name writes: Hello. We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); if you're having problems learning, understanding or using Python, please find another forum.

Re: [Python-Dev] compile python 3.3 with bz2 support

2012-12-21 Thread Oleg Broytman
Hello. We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); if you're having problems learning, understanding or using Python, please find another forum. Probably python-list/comp.lang.python mailing

[Python-Dev] 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

Re: [Python-Dev] compile python 3.3 with bz2 support

2012-12-20 Thread Isml
OK, thanks --Original-- From: "Oleg Broytman"p...@phdru.name; Date: Fri, Dec 21, 2012 02:17 PM To: "Isml"76069...@qq.com; Cc: "python-dev"python-dev@python.org; Subject: Re: [Python-Dev] compile python 3.3 with bz2 suppo