Bruno Lopes
Bruno Lopes

Reputation: 3056

What is required to use ipython in ironpython?

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?

Upvotes: 3

Views: 1181

Answers (2)

Kenneth Reitz
Kenneth Reitz

Reputation: 8846

This would be beyond useful.

Upvotes: 1

Dino Viehland
Dino Viehland

Reputation: 6486

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.

Upvotes: 2

Related Questions