Hello,<br><br>I can't get the isympy working with the Fernando's trunk. I solved one of the missing attribute error but stuck at the other one:<br><br>[gsever@ccn bin]$ ./isympy <br>Traceback (most recent call last):<br>
  File "./isympy", line 153, in <module><br>    main()<br>  File "./isympy", line 147, in main<br>    init_session('ipython', **args)<br>  File "/home/gsever/Desktop/python-repo/sympy/sympy/interactive/__init__.py", line 97, in init_session<br>
    ip = IPython.ipapi.get()<br>AttributeError: 'module' object has no attribute 'ipapi'<br><br>[gsever@ccn bin]$ ./isympy <br>Traceback (most recent call last):<br>  File "./isympy", line 153, in <module><br>
    main()<br>  File "./isympy", line 147, in main<br>    init_session('ipython', **args)<br>  File "/home/gsever/Desktop/python-repo/sympy/sympy/interactive/__init__.py", line 106, in init_session<br>
    ip = init_IPython()<br>  File "/home/gsever/Desktop/python-repo/sympy/sympy/interactive/__init__.py", line 61, in init_IPython<br>    return IPython.Shell.make_IPython(argv)<br>AttributeError: 'module' object has no attribute 'Shell'<br>
<br>Could you give it a try installing sympy from <a href="http://code.google.com/p/sympy/">http://code.google.com/p/sympy/</a><br><br>Thanks.<br clear="all"><br>-- <br>Gökhan<br>