【发布时间】:2012-02-28 06:43:40
【问题描述】:
我下载了Android的源码,但是当我按照the website使用repo init时,出现如下错误:
Traceback (most recent call last):
File "/root/bin/repo", line 91, in <module>
import readline
ImportError: No module named readline
我使用的是 Ubuntu 10.04 和 Python 2.7.2
【问题讨论】:
标签: android python ubuntu readline