Ask Your Question

brunoh's profile - activity

2012-02-21 00:27:26 +0200 received badge  Nice Answer (source)
2012-02-15 11:37:33 +0200 received badge  Teacher (source)
2012-02-15 11:37:33 +0200 received badge  Necromancer (source)
2012-01-15 14:20:21 +0200 received badge  Editor (source)
2012-01-15 14:19:16 +0200 answered a question app installation problem on mac os x lion

I had exactly the same problem than@Louisa Grey with the "no module named _socket"

I found the following solution :

1- install the 2.7 version of Python for OSX

2- go into the easy_install directory and type "sudo easy_install-2.7 iPython" in a Terminal bash

3- again in the same Terminal session, type "sudo easy_install readline"

then it worked fine