[IPython-dev] isympy doesn't work with the new ipython-dev
Gökhan Sever
gokhansever at gmail.com
Fri Jan 22 16:20:21 EST 2010
Hello,
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:
[gsever at ccn bin]$ ./isympy
Traceback (most recent call last):
File "./isympy", line 153, in <module>
main()
File "./isympy", line 147, in main
init_session('ipython', **args)
File
"/home/gsever/Desktop/python-repo/sympy/sympy/interactive/__init__.py", line
97, in init_session
ip = IPython.ipapi.get()
AttributeError: 'module' object has no attribute 'ipapi'
[gsever at ccn bin]$ ./isympy
Traceback (most recent call last):
File "./isympy", line 153, in <module>
main()
File "./isympy", line 147, in main
init_session('ipython', **args)
File
"/home/gsever/Desktop/python-repo/sympy/sympy/interactive/__init__.py", line
106, in init_session
ip = init_IPython()
File
"/home/gsever/Desktop/python-repo/sympy/sympy/interactive/__init__.py", line
61, in init_IPython
return IPython.Shell.make_IPython(argv)
AttributeError: 'module' object has no attribute 'Shell'
Could you give it a try installing sympy from
http://code.google.com/p/sympy/
Thanks.
--
Gökhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20100122/ec95d049/attachment.html>
More information about the IPython-dev
mailing list