Re: Import googleads hangs in python script

2018-08-30 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Since the concern is related to Python client library , I would recommend you to post your concern on the Github issue tracker . The client library owners are better equipped to

Re: Import googleads hangs in python script

2018-08-29 Thread ostkmktspendapi via AdWords API and Google Ads API Forum
We have 14.0.0 installed; I tried to create and execute the sample get_campaigns.py script but unfortunately it also hangs on import from googleads. On Wednesday, August 29, 2018 at 1:48:53 PM UTC-6, Teja Makani wrote: > > Hello, > > Could you please try to install the latest version of python c

Re: Import googleads hangs in python script

2018-08-29 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Could you please try to install the latest version of python client library ? please refer this README.md file while installing and run ge

Import googleads hangs in python script

2018-08-29 Thread ostkmktspendapi via AdWords API and Google Ads API Forum
I have a python script that makes the following call: from googleads import adwords When I run the script, it hangs on this step. I've validated with print statements that this is the case. I've run it in verbose mode and it hangs at the same point every time. I can go into python in inte