Python 2.6.6 doesn't work properly -


i working redhat linux 5.6 (in case matters).

my team working python 2.6.6. installed source (configure, make, make install) official python site. seems not work properly:

  1. when type python in terminal enter python cli, reason can't delete type (backspace prints character marks screen)

  2. modules psutils missing (this should standard part of python, no?)

python 2.4, installed, works fine.

any ideas?

psutil not standard module. have to:

easy_install psutil 

or

pip install psutil 

in terminal.

about symbol when pressing backspace. '^?' symbol appear on pressing backspace, if insert option on. switch off insert (by pressing insert button on keyboard) try backspace.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -