[Yt-svn] New issue 297 in yt: Add support for ipython 0.11 in iyt

Bitbucket issues-noreply at bitbucket.org
Sat Aug 20 06:36:18 PDT 2011


--- you can reply above this line ---

New issue 297: Add support for ipython 0.11 in iyt
https://bitbucket.org/yt_analysis/yt/issue/297/add-support-for-ipython-011-in-iyt

astrofrog on Sat, 20 Aug 2011 15:36:18 +0200:

Description:
  Now that iPython 0.11 is out, iyt no longer works properly, because iPython.Shell has now been deprecated:

{{{
In [1]: import IPython.Shell
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/Users/tom/Downloads/<ipython-input-1-1fbf1e42b722> in <module>()
----> 1 import IPython.Shell

ImportError: No module named Shell
}}}

It would be nice to add support for iPython 0.11 by adding an extra try/except clause if the first one fails.



--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the yt-svn mailing list