wx.lib.rpcMixin.py

This module requires xmlrpcserver, which does not exist in documentation or
physically on my installation under Python 2.3. Anyone have any ideas here?
This module was last updated c. 2001.

It appears that xmlrpcserver was a third-party module, not a standard lib in
Python (but I'm not 100% certain); Python does have two RPC server classes,
but they have different APIs.

Jeff Grimmett wrote:

This module requires xmlrpcserver, which does not exist in documentation or
physically on my installation under Python 2.3. Anyone have any ideas here?
This module was last updated c. 2001.

It appears that xmlrpcserver was a third-party module, not a standard lib in
Python (but I'm not 100% certain); Python does have two RPC server classes,
but they have different APIs.

That was done before xmlrpclib was added to the Python distribution.

We could either update the module to work with xmlrpclib, or yank it as apparently nobody is using it.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

> It appears that xmlrpcserver was a third-party module, not a
standard lib in
> Python (but I'm not 100% certain); Python does have two RPC
server classes,
> but they have different APIs.

That was done before xmlrpclib was added to the Python distribution.

We could either update the module to work with xmlrpclib, or yank it as
apparently nobody is using it.

I don't think anyone noticed it, since there wasn't a demo either. What we
could do is leave it and either get it updated before release or I'll come
back to it later on for a future version.