[issue9631] Python 2.7 installation issue for Linux Red Hat 4.1

2010-08-18 Thread Prakash Palanivel
Prakash Palanivel spprakash...@gmail.com added the comment: After complete the installation the below error message was displayed.Kindly check and revert. ./python -E ./setup.py install \ --prefix=/usr/local/python-2.7 \ --install-scripts=/usr/local/python-2.7/bin \

[issue9631] Python 2.7 installation issue for Linux Red Hat 4.1

2010-08-18 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: What file system is this on? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9631 ___ ___

[issue9631] Python 2.7 installation issue for Linux Red Hat 4.1

2010-08-18 Thread Prakash Palanivel
Prakash Palanivel spprakash...@gmail.com added the comment: After Installed the following error was through: PYTHONPATH=/usr/local/Python-2.7/lib/python2.7 \ ./python -Wi -tt /usr/local/Python-2.7/lib/python2.7/compileall.py \ -d /usr/local/Python-2.7/lib/python2.7 -f \

[issue9631] Python 2.7 installation issue for Linux Red Hat 4.1

2010-08-18 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: spprakash, do the following, in your python2.7 checkout (or download): do make distclean ./configure make make install If there is any failure in make/make install of the above steps, please paste that error message and also provide the

[issue9631] Python 2.7 installation issue for Linux Red Hat 4.1

2010-08-17 Thread Prakash Palanivel
New submission from Prakash Palanivel spprakash...@gmail.com: Server on Linux:gcc version 4.1.0 20060304 (Red Hat 4.1.0-3) Which sunaudiodev library i need to install on linux. Kindly help me how to install or configure or avoid this issue. Error: Python build finished, but the necessary bits

[issue9631] Python 2.7 installation issue for Linux Red Hat 4.1

2010-08-17 Thread Prakash Palanivel
Changes by Prakash Palanivel spprakash...@gmail.com: -- type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9631 ___ ___

[issue9631] Python 2.7 installation issue for Linux Red Hat 4.1

2010-08-17 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: You are misinterpreting what you are seeing. The message you get is not an error message. It works all fine, and correctly. To build the sunaudiodev module, you need Sun/Oracle Solaris, not Linux. -- nosy: +loewis resolution: -