-
Notifications
You must be signed in to change notification settings - Fork 228
Error under python3.4 #29
Comments
I second this issue. |
I'm seeing this as well. Any updates? |
getting this one too. Any workaround? |
I changed the line to call |
Just run script 2to3 from Python/Tools/scripts something like 2to3 -w atom gdata |
still not working.. Python 3.4.2 (default, Jul 9 2015, 17:24:30)
|
Any solution to this ? I ran 2to3 -w atom gdata and now I can't import the libs. |
i ended up using the v3 api: https://developers.google.com/youtube/v3/docs/ apparently, gdata is deprecated for youtube: https://developers.google.com/gdata/docs/directory |
yeah, me too. Using google-api-client-python. |
Bump this is still not resolved import gdata.apps.emailsettings.client
File "/usr/local/lib/python3.5/site-packages/gdata/__init__.py", line 27, in <module>
import atom
File "/usr/local/lib/python3.5/site-packages/atom/__init__.py", line 133, in <module>
CreateClassFromXMLString)
File "/usr/local/lib/python3.5/site-packages/atom/__init__.py", line 97, in mark_deprecated
optional_warn_function.func_name = f.func_name
AttributeError: 'function' object has no attribute 'func_name' |
Hi Any Solution ? |
Hello, I second this issue :-) |
Has this been fixed yet? What other options are there to edit Google contacts without this library? |
@daklang It appears as though the gdata library isn't really maintained. Might look into using https://github.com/google/google-api-python-client. There also appears to be this API: https://developers.google.com/apis-explorer/?hl=en_US#p/people/v1/ |
fixed in |
…' was renamed in python 3+ to '__name__'. I found one potential solution to an identical problem in this thread: google/gdata-python-client#29. Trying it here.
Still not resolved.. can ordinary folk create a pull request? |
There's been one since 2016, but no one with write permission has merged: #49 |
solved with |
Error in python3.4:
The text was updated successfully, but these errors were encountered: