xxxrac / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

ImportError: No module name readline #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, currently I am using Ubuntu 11.10 and Python 2.5.4. When I was trying to 
initialize the REPO CEILENT, it came up with the following error. 

Traceback (most recent call last):
  File "./bin/repo", line 91, in <module>
    import readline
ImportError: No module named readline

Help Please?

Original issue reported on code.google.com by theatifn...@gmail.com on 1 Aug 2012 at 5:50

GoogleCodeExporter commented 9 years ago
The import of readline has been removed [1].  Can you try it again with the 
latest head from the master branch?

[1] https://gerrit-review.googlesource.com/#/c/37910/

Original comment by david.pu...@sonymobile.com on 11 Oct 2012 at 7:06

GoogleCodeExporter commented 9 years ago

Original comment by david.pu...@sonymobile.com on 14 Feb 2013 at 8:38