vote up 2 vote down star
1

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?

flag

50% accept rate

2 Answers

vote up 2 vote down

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|flag
Oh, great. I'll keep a lookout for it :) Thanks – Bruno Lopes Jul 22 at 9:44
vote up 1 vote down

This would be beyond useful.

link|flag

Your Answer

Get an OpenID
or

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