[IPython-dev] Fwd: Pyglet python/ipython interactive terminal

Stéfan van der Walt stefan at sun.ac.za
Mon Mar 16 02:46:42 EDT 2009


Another way to embed IPython!

---------- Forwarded message ----------
From: Nicolas Rougier
Date: 2009/3/15
Subject: Pyglet python/ipython interactive terminal
To: pyglet-users

Hi all,

I've coded a terminal that implements a python (or ipython) shell
within a pyglet window and handles python stdin/stderr/stdout
redirection and system wide stdout/stderr redirection (using a pipe),
provides history based on the GNU readline package and automatic
completion. All ansi color codes are interpreted correctly using a
dedicated pyglet Document subclass.

Screenshot and code are available here:

http://www.loria.fr/~rougier/pyglet-terminal.html

Nicolas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "pyglet-users" group.
To post to this group, send email to pyglet-users at googlegroups.com
To unsubscribe from this group, send email to
pyglet-users+unsubscribe at googlegroups.com
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---



More information about the IPython-dev mailing list