Hi,
I want/need to intall the Python module iPython http://ipython.org/
I tried to install it with pip, easy_install and from source but I always get
Why is thatWhat am I doing wrong?
Thanks for help!
Ron
I want/need to intall the Python module iPython http://ipython.org/
I tried to install it with pip, easy_install and from source but I always get
Code:
>>> import ipython Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named ipython
Thanks for help!
Ron
Comment