Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 164 by ajipa...@gmail.com: change in ipapi in IPython 0.11
(sfepy isfepy)
http://code.google.com/p/sfepy/issues/detail?id=164
Recent IPython versions have undergone some major reorganization. When
running ./isfepy, I get an error at
sfepy/interactive/init.py
65 ip = IPython.ipapi.get()
in ipython 0.11 and newer it should be
ip = IPython.core.ipapi.get()
sfepy/base/base.py would have the same problem
Also this ip object no longer has an IP attribute.
(I also reported this via github)
hpaulj