-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message optional_warn_function.func_name = f.func_name AttributeError: 'function' object has no attribute 'func_name' #254
Comments
Can we get a full stacktrace here so we know where this occurred? Additionally, I'm happy to review any PRs to fix this. |
@jonparrott heres what I get if I use python shell and try to import it. I get this error message Traceback (most recent call last): EDIT I just read this on git The client library is only designed for Python 2.4 - 2.6. See Issue 229: id=229&q=label:Type-Defect It also support 2.6+ but not 3.* as yet. For 3.0 support please track So this may be my issue. This is from may 25, 2015 The documentation says up to 3.4 I'm using 3.5 so I guess it won't work |
Gotcha. Seems like func_name is gone in 3.5. Should be an easy fix. Happy to review any PRs to fix it. |
@jonparrott how do I go about this I'm new to programming even newer to using git hub. How do I make a pull request? |
@idesignedme welcome to open-source. I can try to point you in the right direction, but there's a lot of stuff to cover! I'd recommend starting with github's guide on collaborating. :) |
Hi Any solution for this error |
This bug is filed against the wrong repository, I believe. It should be in https://github.com/google/gdata-python-client . I think there may be an official way to move it there, but it's not immediately obvious how to do that. |
This issue was moved to google/gdata-python-client#65 |
I used https://github-issue-mover.appspot.com/ to move the issue |
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 ?
The text was updated successfully, but these errors were encountered: