XML-RPC and Tkinter demo, comments welcome :-)

J.Jacob joost_jacob at hotmail.com
Mon May 27 03:21:31 EDT 2002


"Fredrik Lundh" <fredrik at pythonware.com> wrote in message news:<v6dI8.9278$p56.2691917 at newsb.telia.net>...
> J.Jacob wrote:
> > I used xmlrpclib and SimpleXMLRPCServer, both made
> > backwards compatible to python 1.5.2
> 
> you mean forwards compatible, I suppose?
> 
> $ more xmlrpclib.py
> ...
> # also note that this version is designed to work with Python 1.5.1
> # or newer. it doesn't use any 1.5.2-specific features.
> ...
> 
> footnote: official xmlrpclib releases, for 1.5.2 and newer, can
> be found here: http://effbot.org/downloads/
> 
> </F>

Yes I do mean the effbot version of xmlrpclib.  Just included it in my
.zip file.  I did not change a thing in xmlrpclib and should have made
that clear.  The SimpleXMLRPCServer module from Brian Quinlan only
needed a few adaptions for 1.5.2, and I removed the pydoc usage
because I try to work with a minimum of extra files.  Anyway if you
have Python version 2.2 I think you can remove the xmlrpclib and
SimpleXMLRPCServer files?  Going to test it in a few weeks when I have
a new notebook and going to install Python 2.2 on it :)

Fredrik Lundh if you are reading this thanks a LOT for your xmlrpclib
module!



More information about the Python-list mailing list