python一些组件的安装 - 7少 - ITeye技术网站
line = file.realine()
AttributeError: 'file' object has no attribute 'realine'
wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c10.tar.gz#md5=30f822f19b02c3082cb1ba1d69be35dd
tar zxvf setuptools-0.6c10.tar.gz
cd setuptools-0.6c10
python setup.py build
python setup.py install
wget http://pypi.python.org/packages/source/r/readline/readline-6.2.2.tar.gz#md5=ad9d4a5a3af37d31daf36ea917b08c77
python setup.py build
python setup.py install