[IPython-dev] Uniform way of integrating event loops among different IDE's
Almar Klein
almar.klein at gmail.com
Mon Sep 6 15:53:37 EDT 2010
On 6 September 2010 19:04, Brian Granger <ellisonbg at gmail.com> wrote:
> Almar,
>
> Here is the new guisupport module that we are using for these things.
> We are encouraging projects to simply copy it into their code base and
> use it:
>
> http://github.com/ipython/ipython/blob/newkernel/IPython/lib/guisupport.py
>
I saw this module earlier, only then did not realize it was stand-alone (or
maybe it wasn't then?)
So, to be clear, the user can now just do:
import guisupport
guisupport.start_event_loop_wx() # or _qt4, or _gtk, ...
That sounds great! I'll take a look at filling in the blanks for tk, fltk
and gtk if you like.
Cheers,
Almar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20100906/0300fe85/attachment.html>
More information about the IPython-dev
mailing list