回购导入读取线错误
我尝试按照 http://source.android.com/source/downloading 中所述使用 Android .html,但是当我使用repo时,我遇到了这个错误:
导入阅读线 ImportError:没有名为 readline 的模块
我使用的是 Ubuntu 11.04 和 Python 2.7。
如果有人能帮助我,我将不胜感激。
I have tried to work with Android as described in http://source.android.com/source/downloading.html, but when I used repo, I have faced with this error:
import readline
ImportError: No module named readline
I am using Ubuntu 11.04 and Python 2.7.
I will be appreciated if anybody can help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试安装
libreadline5-dev
Try installing
libreadline5-dev
readline 不可用,因为 python 安装时没有 readline 模块。您需要重新编译包含 readline 的 Python。你可以这样做,祝你好运!
$ source Install_Python2.7.5.sh
Shell脚本“Install_Python2.7.5.sh”如下所示:
The readline is not avaliable becase the python installed with out readline module. You need to recompile your Python with readline included. You can do it like this, good luck!
$ source Install_Python2.7.5.sh
Shell script "Install_Python2.7.5.sh" is like this: