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
Comment #1 on issue 164 by robert.c...@gmail.com: change in ipapi in
IPython 0.11 (sfepy isfepy)
http://code.google.com/p/sfepy/issues/detail?id=164
isfepy should work now (tested with ipython 0.12). Working on the debug()
function...
Comment #2 on issue 164 by robert.c...@gmail.com: change in ipapi in
IPython 0.11 (sfepy isfepy)
http://code.google.com/p/sfepy/issues/detail?id=164
debug() works as well now.
Comment #3 on issue 164 by robert.c...@gmail.com: change in ipapi in
IPython 0.11 (sfepy isfepy)
http://code.google.com/p/sfepy/issues/detail?id=164#c3
Migrated to http://github.com/sfepy/sfepy/issues/166