Hi, I was initially using v201101 and now I am transitioning to v201109. I installed everything as given in the AdWords API Python Client Library Readme. Now when I am trying to run get_client_customer_id.py it gives me the following errors:
Traceback (most recent call last): File "get_client_customer_id.py", line 41, in <module> 'https://adwords.google.com', 'v201109') File "../../../../adspygoogle/adwords/AdWordsClient.py", line 1061, in GetInfoService self.__logger, 'InfoService') File "../../../../adspygoogle/adwords/GenericAdWordsService.py", line 92, in __init__ namespace, namespace_extractor) File "../../../../adspygoogle/common/GenericApiService.py", line 101, in __init__ wsdl_url, noroot=1, http_proxy=self._op_config['http_proxy']) File "../../../../adspygoogle/SOAPpy/WSDL.py", line 62, in __init__ self.wsdl = reader.loadFromStream(stream, wsdlsource) File "../../../../adspygoogle/SOAPpy/wstools/WSDLTools.py", line 28, in loadFromStream document = DOM.loadDocument(stream) File "../../../../adspygoogle/SOAPpy/wstools/Utility.py", line 602, in loadDocument return xml.dom.minidom.parse(data) File "/usr/lib64/python2.7/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse return expatbuilder.parse(file) File "/usr/lib64/python2.7/site-packages/_xmlplus/dom/expatbuilder.py", line 930, in parse result = builder.parseFile(file) File "/usr/lib64/python2.7/site-packages/_xmlplus/dom/expatbuilder.py", line 207, in parseFile parser.Parse(buffer, 0) xml.parsers.expat.ExpatError: syntax error: line 1, column 0 Could someone point out what could be the problem? Thanks a lot. ~L -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en