Re: Problem with Python-AdWords-API using Proxy

2010-07-30 Thread Helmut Schierer
Thank you for your quick reply. Have opened an issue. Cheers, Helmut Schierer On 29 Jul., 13:45, AdWords API Advisor adwordsapiadvi...@google.com wrote: HI Helmut, Seems you are correct, looks like AuthToken::Login is not using any proxies.

Problem with Python-AdWords-API using Proxy

2010-07-29 Thread Helmut Schierer
Using Python AdWords-API Version v201003. Wanted to connect through a proxy with using the proxy-param in GetCampaignService(url, version, proxy) Get error: [Errno socket error] (10061, 'Connection refused') Looking at the Traceback I can see that the error occurs in AuthToken.py in __Login.

Re: Problem with Python-AdWords-API using Proxy

2010-07-29 Thread AdWords API Advisor
HI Helmut, Seems you are correct, looks like AuthToken::Login is not using any proxies. See http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/aw_api/AuthToken.py#52 for details. Could you open an issue at