Probably a stupid question, but I'm just starting to play around using Python and testing using the examples in the library, but am getting an error where the googleads.yaml file (which is up to date) is being search for in a location other than the one in which it sits (its original one when unzipped - C:\Python27\TestApp\googleads-python-lib-master). The error is:
PS C:\Python27\TestApp\googleads-python-lib-master\examples\adwords\v201409\reporting> python get_report_fields.py
Traceback (most recent call last):
File "get_report_fields.py", line 54, in <module>
adwords_client = adwords.AdWordsClient.LoadFromStorage()
File "build\bdist.win32\egg\googleads\adwords.py", line 218, in LoadFromStorage
File "build\bdist.win32\egg\googleads\common.py", line 81, in LoadFromStorage
googleads.errors.GoogleAdsValueError: Given yaml file, C:\Users\Sam\googleads.yaml, could not be opened.