calling a .net application from Python 2.5

2007-08-01 Thread Acm
I am working with Python 2.5. I would like to know how to call a .NET application (or .dll) from a Python script. Can anyone help please? Thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: calling a .net application from Python 2.5

2007-08-01 Thread James Matthews
http://pythonnet.sourceforge.net/ On 8/1/07, Acm [EMAIL PROTECTED] wrote: I am working with Python 2.5. I would like to know how to call a .NET application (or .dll) from a Python script. Can anyone help please? Thank you. -- http://mail.python.org/mailman/listinfo/python-list --

Re: calling a .net application from Python 2.5

2007-08-01 Thread Chris Mellon
Note that for 2.5 you'll want the released snapshot, not the official release. On 8/1/07, James Matthews [EMAIL PROTECTED] wrote: http://pythonnet.sourceforge.net/ On 8/1/07, Acm [EMAIL PROTECTED] wrote: I am working with Python 2.5. I would like to know how to call a .NET application