On 05 December 2011 15:50 Burak Arslan wrote: > > On 12/05/11 15:35, Frank Millman wrote: > > Would you like me to run any other tests while I have the > setup available? > > Hi Frank, > > First, I filed Issue #113 to track this. > > Would you please mind running the test from issue #112? It's > available > here: https://github.com/arskom/rpclib/issues/112#issuecomment-2988748 > > The main issue seems to be with bytes and str tyoes (this > doesn't come > completely unexpected), which can require refactoring pretty much > anywhere in the code. Using the binary example as a test case > would be a > nice way to start, because that's where the bytes and str types are > supposed to mix. >
Hi Burak I have started to look at this, but I am battling a bit. I did not have suds installed, and when I did install it I battled to convert it to python3. It now imports ok, but I don't know if it is 100%. When I run the test from issue #112, I get the following traceback (last line only) - urllib.error.URLError: <urlopen error unknown url type b'http> It is obviously connected with the 'bytes' and 'str' issue, as you mentioned. I will have another look tomorrow and let you know what I find. Frank _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
