Re: Digest MD5 authentication over using ZSI

2005-09-21 Thread Jakob Simon-Gaarde
er() request._specification = specification res = portType.FindAddress(request) #- Best regards Jakob Simon-Gaarde -- http://mail.python.org/mailman/listinfo/python-list

Re: win32pipe.popen3

2005-08-17 Thread Jakob Simon-Gaarde
Me again. I forgot to mention that readline() in popen2,3 and 4 even locks up the parent-proces though it is called from a thread, so it's a real deadlock. -- http://mail.python.org/mailman/listinfo/python-list

win32pipe.popen3

2005-08-17 Thread Jakob Simon-Gaarde
nt behaviour of win32pipe.popen2(), win32pipe.popen3() and win32pipe.popen4() would be acceptable for me if I knew a way to test if there was something ready for reading, but I can't see how to do that test, therfore I don't know when to stop reading from output :( Is there a solution for