[Python.NET] PythonNet VS IronPython ?

2005-02-10 Thread Simon Roses Femerling
I have just come across pythonNet and looks very nice!   Can somebody tell me the differences between PythonNet and IronPython, besides Net support?   Note a part: Any good examples of embedding PythonNet on c# app ? :)   Thx,   Sincerely,   Simon Roses FemerlingConsultor en Seguridad / IT

[Python.NET] PythonNet VS IronPython ?

2005-02-10 Thread Simon Roses Femerling
I have just come across pythonNet and looks very nice!   Can somebody tell me the differences between PythonNet and IronPython, besides Net support?   Note a part: Any good examples of embedding PythonNet on c# app ? :)   Thx,   Sincerely,   Simon Roses FemerlingConsultor en Seguridad / IT

RE: [Python.NET] PythonNet VS IronPython ?

2005-02-10 Thread Hernán Martínez Foffani
> Can somebody tell me the differences between PythonNet and > IronPython, besides Net support? In short, IronPython is a Python compiler which targets the CLI while PythonNet is the standard Python interpreter with a bridge to the .NET Framework. Regards, -Hernán. _

[Python.NET] Sample embedding code?

2005-02-10 Thread Mark Anderson
Hi all ; I'm a total neophyte at this, and am hoping to avoid a lot of time consuming experimentation. I've got an existing VB.NET app which I'd like to make scriptable using Python for .NET. The app is a client server thing where a fat client calls a bunch of webmethods. If anyone can post or