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 interactive mode, and import the library successfully, most of the time. Every once in awhile this hangs as well.
Any help or troubleshooting tips would be appreciated. Thanks.