XMLRPC - persistent object state on server

Demidov Andrey andrey.demidov at gmail.com
Fri Apr 10 05:42:25 EDT 2009


Thank you.
Of course, it is my stupid mistake.

Change:
>      def say(self):
>          return a
>
> to:
>      def say(self):
>          return self.a
>
> Cheers,
> Brian
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090410/d14ad235/attachment.html>


More information about the Python-list mailing list