Jython - how much python is it supporting?

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

    #1

    Jython - how much python is it supporting?

    I am wondering, how much Python does Jython support? I ask because I
    tried to use xmlrpclib in Jython...but to my surprise it wasn't there.
    So, with fingers crossed, I copied xmlrpclib.py from my Python24
    directory into my Jython\LIB directory, and wa-la it worked.

    Any ideas on what Jython does and does not support? And, any idea how
    I can tell someone about xmlrpclib?

    thanks

  • Simon Brunning

    #2
    Re: Jython - how much python is it supporting?

    On 22 Apr 2005 07:35:59 -0700, codecraig <codecraig@gmai l.com> wrote:[color=blue]
    > Any ideas on what Jython does and does not support? And, any idea how
    > I can tell someone about xmlrpclib?[/color]

    Jython supports pure python (i.e.no C extensions) as at Python 2.1,
    more or less.

    --
    Cheers,
    Simon B,
    simon@brunningo nline.net,

    Comment

    • Kent Johnson

      #3
      Re: Jython - how much python is it supporting?

      codecraig wrote:[color=blue]
      > I am wondering, how much Python does Jython support? I ask because I
      > tried to use xmlrpclib in Jython...but to my surprise it wasn't there.
      > So, with fingers crossed, I copied xmlrpclib.py from my Python24
      > directory into my Jython\LIB directory, and wa-la it worked.[/color]

      If you are using SimpleXMLRPCSer ver see this message:
      http://sourceforge.net/mailarchive/m...msg_id=9718762

      Kent

      Comment

      Working...