Lyu Abe
Fri, 14 Mar 2008 15:21:40 -0700
Hi David,
"Good evening Dave":-) "Everything is going extremely well."
Hehe ;)
Here is a piece of code that produces the error.In fact, your code works perfectly if you make this little change: --- login.py.orig 2008-03-14 22:53:40.000000000 +0100 +++ login.py 2008-03-14 23:06:19.000000000 +0100 @@ -39,7 +39,7 @@ login = login_in password = password_in- url = "http://www.linux-france.org/cgi-bin/demexp-xmlrpc-demo"+ url = "http://www.linux-france.org/cgi-bin/demexp-xmlrpc-test"s = ServerProxy(url)cookie = s.login(login, password) In other words, use the test server instead of the demo one. The explanation is pretty simple: the XML RPC proxy for the demo server does*not* have the add_response() method (and probably others)! :-/So use http://www.linux-france.org/cgi-bin/demexp-xmlrpc-test and everything should go smoothly.
Great! That's good news. I'll keep on working on the code. I hope I can release a functionnal version within 2 or 3 weeks from now.
Regards, Lyu
_______________________________________________
Demexp-dev mailing list
Demexp-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/demexp-dev