1 | initial version |
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- agin in the same Terminal session, type "sudo easy_install readline" then it worked fine
2 | No.2 Revision |
I had exactly the same problem than@Louisa Grey with the "no module named _socket"
_socket"
I found the following solution :
:
1- install the 2.7 version of Python for OSX
OSX
2- go into the easy_install directory and type "sudo easy_install-2.7 iPython" in a Terminal bash
bash
3- agin in the same Terminal session, type "sudo easy_install readline"
readline"
then it worked fine
3 | No.3 Revision |
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- agin again in the same Terminal session, type "sudo easy_install readline"
then it worked fine