Re: problem with google api / xml

2006-05-31 Thread John Bokma
"robin" <[EMAIL PROTECTED]> wrote: > hello, > > i installed SOAPpy 0.12.0 and pyXML 0.8.4 in order to try out the > google-search example in diveintopython > http://diveintopython.org/soap_web_services/index.html > however, i'v been trying and trying and won't get it to work :-( > whenever i run

Re: problem with google api / xml

2006-05-31 Thread robin
hi kent, thanks for your reply. in fact it was me who put "pathtomy" into the path and exchanged my apikey with "" i prefer not everyone to know the name of my directories and even less my apikey. so the problem isn't there :-( hope to find some other solution thanks!! robin Mike Kent w

Re: problem with google api / xml

2006-05-31 Thread Mike Kent
robin wrote: > from SOAPpy import WSDL > WSDLFILE = '/pathtomy/googleapi/GoogleSearch.wsdl' > APIKEY = '' > _server = WSDL.Proxy(WSDLFILE) Robin, note this part of the URI set in WSDLFILE: '/pathtomy/googleapi'. Get it? 'path to my google api'. You must set this part to the actual path wh