RHEL and Ubuntu discrepancies with 13.0.0

2010-10-28 Thread Andy
Hi, I'm running: - Python 2.6 - adwords_api_python_13.0.0 - ZSI - ElementTree When i run my code under Ubuntu, everything works nicely. When i run it under RedHat Enterprise Linux, I get the following error: Traceback (most recent call last): File "apiharvester.py", line 40, in datetime.

Re: RHEL and Ubuntu discrepancies with 13.0.0

2010-11-01 Thread AdWords API Advisor
Hi Andy, Issues related to the Python client library and not the SOAP API itself should be posted here: http://code.google.com/p/google-api-adwords-python-lib/issues/list Best, - Eric Koleda, AdWords API Team On Oct 28, 6:04 pm, Andy wrote: > Hi, > > I'm running: > > - Python 2.6 > - adwords

Re: RHEL and Ubuntu discrepancies with 13.0.0

2010-11-01 Thread Andy
Hi Eric, Before I do, can you confirm that this is in fact a correctly formed request so I can write out the query being the problem: http://schemas.xmlsoap.org/soap/ encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="

Re: RHEL and Ubuntu discrepancies with 13.0.0

2010-11-02 Thread AdWords API Advisor
Hi Andy, That SOAP request does appear to be properly formatted. Best, - Eric On Nov 1, 2:49 pm, Andy wrote: > Hi Eric, > > Before I do, can you confirm that this is in fact a correctly formed > request so I can write out the query being the problem: > > http://schemas.xmlsoap.org/soap/ > encod