Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-20 Thread Dave Wald
Jörgen, I spent a good bit of time with pyreadline over the weekend but was not able to get it to work. It appears that the IronPython-related code is not DLR-aware. I went ahead and entered a bug report with my findings: https://bugs.launchpad.net/pyreadline/+bug/722440 Best regards, Dave On

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-15 Thread Federico Vaggi
Hey Dave, thanks a lot for all the help. Without the tab completion/colour it seems like this is a lot of work for a very plain shell, and Sho looks like a much better option - I played around with it a fair bit (it seems better than the plain IronPython console) but I haven't found much on

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-15 Thread Dave Wald
Federico, No problem. Enjoyed working on it. Now, the even better news. PyReadline HAS BEEN ported to IronPython! ;-) http://ironpython-urls.blogspot.com/2006/11/pyreadline-for-ironpython.html So IPython could very likely be made fully functional... with a bit of work. From what I gather so far,

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-15 Thread Jörgen Stenarson
Dave Wald skrev 2011-02-15 15:31: Federico, No problem. Enjoyed working on it. Now, the even better news. PyReadline HAS BEEN ported to IronPython! ;-) http://ironpython-urls.blogspot.com/2006/11/pyreadline-for-ironpython.html So IPython could very likely be made fully functional... with a bit

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-15 Thread Dave Wald
Jörgen, Thanks for the heads up. I'll take a run at it and see what kind of shape it's in. Dave On 2/15/2011 11:35 AM, Jörgen Stenarson wrote: Dave Wald skrev 2011-02-15 15:31: Federico, No problem. Enjoyed working on it. Now, the even better news. PyReadline HAS BEEN ported to IronPython!

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-10 Thread Dave Wald
First off, Thanks to all the developers! 2.7b1 and b2 have been excellent so far, at least as far as my current needs go. The new subprocess module is great. Came just in time. Great work! Federico, Your post caught my eye, as I also like good embeddable console apps. Hadn't used IPython

[IronPython] Embedding IPython Shell into IronPython

2011-02-06 Thread vaggi
Hi, I was trying to embed IPython into an IronPython application, or even to call it from the shell, but ran into a few issues. Google is not very helpful: The IPython FAQ gives this, updated in 2009: http://ipython.scipy.org/moin/FAQ#head-5c9e93fe368aa40bdbb72214bfe164b617bbb21a but: