n00b question: Better Syntax for Coroutines?

2008-09-12 Thread ig
nt in the ugliness of the Pinger code (we agreed on the desired syntax above). I spent almost 2 hours today to migrate the system over to threads. That made my boss happy, but I'm still curious if I can do something to salvage the coroutine version. Regards, IG -- http://mail.python.org/mailman/listinfo/python-list

soap comlex data to plain xml

2006-08-18 Thread Ig B
Hi all,would anyone give me a hint how to get SOAP data as plain XML and not as complex datathis is sample code:  myProxy = SOAPpy.SOAPProxy(MY_SERVICE_PATH, header = my_headers)  query = SOAPpy.structType ()  result = myProxy.callMyProcedure(query)  result returned as complex data, but i need pla