Closed GoogleCodeExporter closed 9 years ago
Python 3 support for server should be fixed in trunk
Please download the latest version from the repository and try again.
Original comment by reingart@gmail.com
on 2 May 2014 at 8:59
Issue 6 has been merged into this issue.
Original comment by reingart@gmail.com
on 10 May 2014 at 11:56
Hi, i'm able to reproduce this exact error using the latest version from master
branch found on github. I'm running python3.4. Could you please reopen this
issue ?
Please tell me if I can further help you.
Original comment by julien.t...@gmail.com
on 6 Oct 2014 at 10:10
Hi,
I was having the same issue with version 1.16 and Python 3.4. Just in case
anyone missed this, I solved it by adding the decode("utf-8") method to the xml
string.
ns = NS_RX.findall(xml.decode("utf-8"))
Now my SoapServer is working just fine.
Original comment by sunset...@gmail.com
on 13 Apr 2015 at 11:42
Original issue reported on code.google.com by
dipakyad...@gmail.com
on 29 Apr 2014 at 11:31