Announcement

Collapse
No announcement yet.

problems installing ipython module

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    problems installing ipython module

    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
    Code:
    >>> import ipython
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: No module named ipython
    Why is thatWhat am I doing wrong?
    Thanks for help!

    Ron
    roN

    http://www.inetgate.biz

    #2
    This is available in the normal repositories, does that work?
    Are you using sudo to install when trying to install from source?

    Comment


      #3
      Originally posted by claydoh View Post
      This is available in the normal repositories, does that work?
      http://packages.ubuntu.com/quantal/ipython <- it does

      Is there any reason you cannot use this version reggler?

      Comment

      Working...
      X