creating .NET clients with python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guy Robinson

    #1

    creating .NET clients with python

    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?

    Regards,

    Guy
  • D H

    #2
    Re: creating .NET clients with python

    Guy Robinson wrote:
    [color=blue]
    > 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?[/color]

    Correct, although IronPython may work one day.

    Comment

    • yaipa

      #3
      Re: creating .NET clients with python

      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.



      Cheers,

      --Alan


      Guy Robinson wrote:[color=blue]
      > Hello,
      >
      > Can anyone confirm if there is a python library that can allow me to[/color]
      create .NET[color=blue]
      > clients in python.
      >
      > My understanding is both IronPython and python for .NET can't create[/color]
      python .net[color=blue]
      > clients?
      >
      > Regards,
      >
      > Guy[/color]

      Comment

      • Guy Robinson

        #4
        Re: creating .NET clients with python

        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:[color=blue]
        > 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/...5f2052948d93e2
        >
        > Cheers,
        >
        > --Alan
        >
        >
        > Guy Robinson wrote:
        >[color=green]
        >>Hello,
        >>
        >>Can anyone confirm if there is a python library that can allow me to[/color]
        >
        > create .NET
        >[color=green]
        >>clients in python.
        >>
        >>My understanding is both IronPython and python for .NET can't create[/color]
        >
        > python .net
        >[color=green]
        >>clients?
        >>
        >>Regards,
        >>
        >>Guy[/color]
        >
        >[/color]

        Comment

        • yaipa

          #5
          Re: creating .NET clients with python

          > >> Can anyone confirm if there is a python library that[color=blue][color=green][color=darkred]
          > >> can allow me to create .NET clients in python.[/color][/color][/color]

          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,

          --Alan

          Guy Robinson wrote:[color=blue]
          > Thanks Alan,
          >
          > Are you saying I can create python .net clients with PythonNet. My[/color]
          understanding[color=blue]
          > 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:[color=green]
          > > 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.
          > >
          > >[/color][/color]
          http://groups-beta.google.com/group/...5f2052948d93e2[color=blue][color=green]
          > >
          > > Cheers,
          > >
          > > --Alan
          > >
          > >
          > > Guy Robinson wrote:
          > >[color=darkred]
          > >>Hello,
          > >>
          > >>Can anyone confirm if there is a python library that can allow me[/color][/color][/color]
          to[color=blue][color=green]
          > >
          > > create .NET
          > >[color=darkred]
          > >>clients in python.
          > >>
          > >>My understanding is both IronPython and python for .NET can't[/color][/color][/color]
          create[color=blue][color=green]
          > >
          > > python .net
          > >[color=darkred]
          > >>clients?
          > >>
          > >>Regards,
          > >>
          > >>Guy[/color]
          > >
          > >[/color][/color]

          Comment

          • Luis M. Gonzalez

            #6
            Re: creating .NET clients with python

            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.

            Comment

            • John J. Lee

              #7
              Re: creating .NET clients with python

              Guy Robinson <guy@NOSPAM.r-e-d.co.nz> writes:
              [color=blue]
              > 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?[/color]

              IIUC, IronPython can, but it's not ready for production work yet (and
              won't be for some while yet, I imagine).


              John

              Comment

              Working...