On 12/05/11 10:10, Frank Millman wrote:
After a bit of investigation I made the following change, in
rpclib/interface/xml_schema/_base.py, line 133 -

-   f = open(file_name, 'w')
+   f = open(file_name, 'wb')

The program then ran successfully, and I could view the wsdl in a browser.

Hope this is useful.

Frank Millman


Hi Frank,

Wow, so that's the only thing needed to change in order to get rpclib running under python 3? Do the examples work?

I committed your patch to my personal fork. It'll be in the next rpclib release. Thanks for your time.

Best Regards,
Burak

_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to