Traceback (most recent call last):I found the same problem on Issue 1032 of Android open source project.
File "/Users/xxx/bin/repo", line 91, in <module> import readline
ImportError: No module named readline
This happend because the python readline module was not included as part of OSX. To fix this problem, you have to install the python readline module.
sudo port install py25-readlineIf you are using Python that is contained in OSX, you have to change it to MacPort's Python.
sudo port select python python25I am using Mac OS X as a UNIX with better UI. I like Mac OS BUT Mac OS X has a lot of problem for programming environment as I mentioned before ><
No comments:
Post a Comment