guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

python readline module


From: Federico Beffa
Subject: python readline module
Date: Sun, 20 Dec 2015 18:22:39 +0100

Hi,

it appears that our 'python' package, despite having 'readline' among
its inputs, can't use it:

Python 3.4.3 (default, Jan  1 1970, 00:00:01)
[GCC 4.9.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import readline, rlcompleter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'readline'
>>>

Is any special step required?

Regards,
Fede



reply via email to

[Prev in Thread] Current Thread [Next in Thread]