_From @idesignedme on July 27, 2016 2:11_ I am trying to use the google client api for python 3.5 but only 3.4 is supported I keep getting the error messag optional_warn_function.func_name = f.func_name AttributeError: 'function' object has no attribute 'func_name' is there a work around or will the version compatible with 3.5 be coming out soon ? _Copied from original issue: google/google-api-python-client#254_
From @idesignedme on July 27, 2016 2:11
I am trying to use the google client api for python 3.5 but only 3.4 is supported I keep getting the error messag
optional_warn_function.func_name = f.func_name
AttributeError: 'function' object has no attribute 'func_name'
is there a work around or will the version compatible with 3.5 be coming out soon ?
Copied from original issue: googleapis/google-api-python-client#254