Since 4/24/2012 4:52:59 AM, lutz.horn has written 0 articles and participated in 3 conversations. lutz.horn signature: lutz.horn
lutz.horn's replies:
Items(3) /1
SOAPpy and http authentication221 (8/2/2005 11:11:04 AM) comp.lang.python I use the following piece of code to contact a webservice, and read a wsdl file. from SOAPpy import WSDL from SOAPpy import URLopener url= ' http://someserver/somewebservice url1 = URLopener.URLopener(username... oddr(12)
Simple XML-to-Python conversion1922 (3/16/2005 10:19:49 PM) comp.lang.python I've been searching high and low for a way to simply convert a small XML configuration file to Python data structures. I came across gnosis XML tools, but need a built-in option for doing something similar. M... gaudetteje(60)
what is __init__.py used for?612 (7/5/2005 8:31:09 AM) comp.lang.python I am a new learner of Python Programming Language. Now. I am reading a book. In the section relating to module, I see an example. the directory tree looks like below: root\ system1\ __init__.py ... zelzel.zsu(33)