Re: creating .NET clients with python

2005-03-04 Thread John J. Lee
Guy Robinson <[EMAIL PROTECTED]> writes: > Can anyone confirm if there is a python library that can allow me to > create .NET clients in python. > > My understanding is both IronPython and python for .NET can't create > python .net clients? IIUC, IronPython can, but it's not ready for production

Re: creating .NET clients with python

2005-03-03 Thread Luis M. Gonzalez
At this time, Ironpython is in pre-alpha state, not suitable for production work. However, we will have news about it in the next Pycon 2005, which will be held by the end of March. -- http://mail.python.org/mailman/listinfo/python-list

Re: creating .NET clients with python

2005-03-03 Thread yaipa
> >> Can anyone confirm if there is a python library that > >> can allow me to create .NET clients in python. Sorry, the term 'clients' throws me in this case. PythonNet allows you to call .Net, but not the other way 'round. So, IronPython would be it if that is what you want to do. Cheers, -

Re: creating .NET clients with python

2005-03-03 Thread Guy Robinson
Thanks Alan, Are you saying I can create python .net clients with PythonNet. My understanding is I can only use .net clients from python not the other way around. Do you have an example showing creating a .net client in python? regards, Guy yaipa wrote: Guy, I can tell you that pythonNet is quite

Re: creating .NET clients with python

2005-03-03 Thread yaipa
Guy, I can tell you that pythonNet is quite far along, rel 1, Beta 4 actually. here is a c.l.p link to the three major releases. http://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/ddfc68767901007c/445f2052948d93e2?q=pythonnet&_done=%2Fgroup%2Fcomp.lang.python%2Fsearch%3Fgroup

Re: creating .NET clients with python

2005-03-03 Thread D H
Guy Robinson wrote: Hello, Can anyone confirm if there is a python library that can allow me to create .NET clients in python. My understanding is both IronPython and python for .NET can't create python .net clients? Correct, although IronPython may work one day. -- http://mail.python.org/mailma