<div class="gmail_quote">On 11 August 2011 04:01, grizzlycro <span dir="ltr"><<a href="mailto:grizzlycro@gmail.com">grizzlycro@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1c7">
<div text="#000000" bgcolor="#FFFFFF">
Ok, i want to edit my game code on the fly, and first thought was to
write my own editor for that..<br>
And then i got idea that it would be better to use ipython for that,
so can i do something like:</div></div></blockquote></div><br>I don't quite follow what you're trying to do. Have a look at the mainloop and interact methods here:<br><br><a href="https://github.com/ipython/ipython/blob/master/IPython/frontend/terminal/interactiveshell.py#L208">https://github.com/ipython/ipython/blob/master/IPython/frontend/terminal/interactiveshell.py#L208</a><br>
<br>Thomas<br>