up vote 3 down vote favorite
share [g+] share [fb]

I'd love to use IronPython to explore the .net runtime and libraries, but coming from CPython I miss IPython's completion and shortcuts.

Last time I checked IPython couldn't be used due to a lack of sys.getframe, but the latest beta versions included support for it.

Is there anything lacking?

Can one start to use IPython with IronPython, and if so, what must one do?

link|improve this question

50% accept rate
feedback

2 Answers

There were some issues in 2.6 Beta 1 which prevented it from work - see http://lists.ironpython.com/pipermail/users-ironpython.com/2009-June/010590.html.

That issue is fixed in the latest sources (and 2.6 Beta 2 is coming real soon now w/ the fix as well). Someone just needs to give it a try and report back any additional issues or let us know if it works now.

link|improve this answer
Oh, great. I'll keep a lookout for it :) Thanks – Bruno Lopes Jul 22 '09 at 9:44
feedback

This would be beyond useful.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.