Hi, Th python installed by sys-adm can import subprocess and select w/o any problems.
But, it does not support python-dev. So, I need to install a python that can support python-dev and install other python modules such as numpy and scipy. Any help will be appreciated. > To: numpy-discussion@scipy.org > From: p...@iki.fi > Date: Fri, 26 Oct 2012 13:03:41 +0000 > Subject: Re: [Numpy-discussion] error of install numpy on linux redhat. > > Jack Bryan <dtustudy68 <at> hotmail.com> writes: > [clip] > > [~/numpy/numpy] $ /home/user/myName/.local/bin/python setup.py install > > Traceback (most recent call last): > > File "setup.py", line 22, in <module> > > import subprocess > > File "/home/user/myName/.local/lib/python2.6/subprocess.py", line 401, in > <module> > > import select > > ImportError: No module named select > > This means your Python 2.6 installation is still broken, > so it is not related to Numpy. > > Start trying to install Numpy only after you get > > >>> import subprocess > > to work properly. > > Googling reveals that also others have had problems with missing select > module when compiling Python. > > Apparently the machine you are using is not a standard Redhat installation, > but something on it is strange. > > -- > Pauli Virtanen > > _______________________________________________ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion