Git Product home page Git Product logo

Comments (10)

eldhoshaji avatar eldhoshaji commented on May 22, 2024 5

Try installing gdata with the following command,
pip install gdata-python3

from gdata-python-client.

mcdonc avatar mcdonc commented on May 22, 2024

From @theacodes on July 27, 2016 16:48

Can we get a full stacktrace here so we know where this occurred?

Additionally, I'm happy to review any PRs to fix this.

from gdata-python-client.

mcdonc avatar mcdonc commented on May 22, 2024

From @idesignedme on August 5, 2016 20:54

@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):
File "", line 1, in
File "/Users/ray/Desktop/myheroku/practice/lib/python3.5/site-packages/gdata/init.py", line 27, in
import atom
File "/Users/ray/Desktop/myheroku/practice/lib/python3.5/site-packages/atom/init.py", line 133, in
CreateClassFromXMLString)
File "/Users/ray/Desktop/myheroku/practice/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'

EDIT I just read this on git

The client library is only designed for Python 2.4 - 2.6. See Issue 229:
http://code.google.com/p/gdata-python-client/issues/detail?

id=229&q=label:Type-Defect

It also support 2.6+ but not 3.* as yet. For 3.0 support please track
http://code.google.com/p/gdata-python-client/issues/detail?id=229

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

from gdata-python-client.

mcdonc avatar mcdonc commented on May 22, 2024

From @theacodes on August 8, 2016 17:59

Gotcha. Seems like func_name is gone in 3.5. Should be an easy fix. Happy to review any PRs to fix it.

from gdata-python-client.

mcdonc avatar mcdonc commented on May 22, 2024

From @idesignedme on August 12, 2016 12:17

@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?

from gdata-python-client.

mcdonc avatar mcdonc commented on May 22, 2024

From @theacodes on August 12, 2016 16:10

@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. :)

from gdata-python-client.

mcdonc avatar mcdonc commented on May 22, 2024

From @WinterIsComming on September 12, 2016 18:19

Hi Any solution for this error

from gdata-python-client.

mcdonc avatar mcdonc commented on May 22, 2024

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.

from gdata-python-client.

mcdonc avatar mcdonc commented on May 22, 2024

This issue was moved from google-api-python-client using https://github-issue-mover.appspot.com/ so its original commenter identities have been lost, converted to @ mentions

from gdata-python-client.

jloehel avatar jloehel commented on May 22, 2024

It should be <function>.__name__ not <function>.func_name in python3, right?

https://docs.python.org/3/whatsnew/3.0.html#miscellaneous-other-changes

from gdata-python-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.