[IronPython] tab-complete?

2007-06-21 Thread mike arty
Yet another IronPython newbie question- In Jim Hugunin's demo video it appears as though he is using some kind of tab complete in the interactive interpreter when referencing .Net objects. If I'm right, could someone tell me how this is done? It would be really handy. http://msdn.microsoft.com/ms

[IronPython] Compiling from IronPython?

2007-06-19 Thread mike arty
First, is there a way to compile applications straight from IronPython or is it necessary to first translate your code to C#? Second, if there is a way to compile straight from IronPython, how does this effect performance of the compiled program(i.e. compiling a program from c# vs ironpython - any

[IronPython] WPF objects not available?

2007-06-12 Thread mike arty
This question may be off-topic. I'm using IronPython to work w/Net. I recently installed the .Net 3.0 framework and the C# SDK, but the only object I have available in System.Windows is Forms. I'm not seeing any of the new WPF modules, .Media, etc... Any ideas? WPF is included w/the .Net 3.0 inst