er()
request._specification = specification
res = portType.FindAddress(request)
#-
Best regards
Jakob Simon-Gaarde
--
http://mail.python.org/mailman/listinfo/python-list
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
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