[IPython-dev] Heads-up on htmlnotebook branch

Brian Granger ellisonbg at gmail.com
Thu May 12 12:49:39 EDT 2011


Fernando,

I think may be a regression in the qt app.  Can you try multiple qt
frontends with no htmlnotebook?

Brian

On Thu, May 12, 2011 at 6:56 AM, Fernando Perez <fperez.net at gmail.com> wrote:
> Hi folks,
>
> a couple of minor notes on the htmlnb branch...
>
> - I'm seeing this traceback when I have the qt console open as well:
>
> Traceback (most recent call last):
>  File "/home/fperez/ipython/ipython/IPython/frontend/qt/base_frontend_mixin.py",
> line 102, in _dispatch
>    handler(msg)
>  File "/home/fperez/ipython/ipython/IPython/frontend/qt/console/rich_ipython_widget.py",
> line 98, in _handle_display_data
>    if not self._hidden and self._is_from_this_session(msg):
>  File "/home/fperez/ipython/ipython/IPython/frontend/qt/base_frontend_mixin.py",
> line 109, in _is_from_this_session
>    return msg['parent_header']['session'] == session
> KeyError: 'session'
>
> - I tried to merge htmlnotebook into master (locally, obviously :) to
> see if it would go away, but right now there's a small conflict in
> setupbase.py.  So we probably want to update htmlnotebook to merge
> cleanly.
>
> I won't get to this for the next couple of days, I'm giving a couple
> of talks in Austin about it though (and demoing it :) so I'll report
> on anything else I see.
>
> I gave one at the Austin Python Users Group last night that was very
> well received, and hopefully we'll be getting some more pull requests
> soon from the local hackers :)
>
> Cheers,
>
> f
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list