rpclib is a new version of soaplib (it was renamed), soaplib is already deprecated and NOT maintained. do not use it.
azur ______________________________________________________________ > Od: "Thomas AYIH-AKAKPO" <[email protected]> > Komu: <[email protected]> > Dátum: 13.04.2012 11:11 > Predmet: Re: [Soap-Python] UnicodeDecode error while passing parameters > withfrench letters > >Le 13/04/2012 12:04, azurIt a écrit : >> Uninstall deprecated soaplib and install rpclib instead :) >> >> azur >> >> > >Ok, I try that right away. > >But just to say so, I tried this: > >>>> import sys >>>> sys.setdefaultencoding('utf-8') >>>> wsdl.service.sayhello('Jérôme') >Hello Jérôme > >Maybe it's wrong to accuse soaplib, but I'll also give a try to your solution. > >Thanks > >-- >Thomas > >_______________________________________________ >Soap mailing list >[email protected] >http://mail.python.org/mailman/listinfo/soap > _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
