thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

change in ipapi in IPython 0.11 (sfepy isfepy) #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by ajipa...@gmail.com on 25 Dec 2011 at 9:53

GoogleCodeExporter commented 9 years ago
isfepy should work now (tested with ipython 0.12). Working on the debug() 
function...

Original comment by robert.c...@gmail.com on 19 Jan 2012 at 10:21

GoogleCodeExporter commented 9 years ago
debug() works as well now.

Original comment by robert.c...@gmail.com on 19 Jan 2012 at 4:12

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/166

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:27