Open GoogleCodeExporter opened 8 years ago
It appears that androlyze.py is calling using an old way to call the package:
from IPython.frontend.terminal.embed import InteractiveShellEmbed
The warning disappears if you change it to the following:
from IPython.terminal.embed import InteractiveShellEmbed
Original comment by apocryph...@gmail.com
on 4 Nov 2013 at 1:51
Change to "IPython.terminal.embed import InteractiveShellEmbed" in
androlyze.py. Yes it works. Thank you !
Original comment by brigan...@gmail.com
on 13 Apr 2015 at 1:32
Original issue reported on code.google.com by
marc.c...@gmail.com
on 22 Oct 2013 at 10:32