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:
when type
python
in terminal enter python cli, reason can't delete type (backspace prints character marks screen)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
Post a Comment