Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to compile and install Python2.2.3 in SuSE 10.0, and although compilation and installation works fine, when i run python in interactive mode, i get the following:
Does anyone know how i can get around this?
Thanks in advance
fishsponge
Code:
host1:~ # /usr/local/bin/python
Python 2.2.3 (#1, Feb 8 2006, 15:28:23)
[GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
File "/etc/pythonstart", line 7, in ?
import readline
ImportError: No module named readline
>>>
Thanks in advance
fishsponge