[SciPy-User] [IPython-User] Error using idlsave in IPython

Gökhan Sever gokhansever at gmail.com
Thu Nov 10 11:26:32 EST 2011


On Thu, Nov 10, 2011 at 9:09 AM, Thomas Kluyver <takowl at gmail.com> wrote:

> On 10 November 2011 15:33, Gökhan Sever <gokhansever at gmail.com> wrote:
>
>> Hello,
>>
>> Could you help me to clarify the following idlsave data accessing issue?
>> Quick update: This seems to be an issue with IPython. s1['dn'] call works
>> fine within regular python shell.
>>
>>
> The AttrDict object tries to do item lookup from attribute access, but if
> the name is not found, it doesn't translate the error to an AttributeError.
> IPython looks for a particular attribute to control its input filtering
> behaviour, but it's not prepared for getattr() to raise a KeyError. IPython
> should probably catch arbitrary errors there. Feel free to file an issue so
> we don't forget about it:
>
> https://github.com/ipython/ipython/issues
>
> Thomas
>

Thanks Thomas, created https://github.com/ipython/ipython/issues/988


-- 
Gökhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20111110/cb224627/attachment.html>


More information about the SciPy-User mailing list