On Thu, 2008-10-16 at 19:35 +0200, Dirk Meyer wrote:
> Hans Meine wrote:
> > Also, is there a nice way to use kaa coroutines interactively from IPython?
> 
> I do not think that will work.

It works to start the mainloop in a thread.  I use kaa all the time
interactively.

        >>> import kaa
        >>> kaa.ThreadCallback(kaa.main.run)()
        >>> some_coroutine()
        


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to