google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

gdata: AttributeError: 'function' object has no attribute 'func_name' #370

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run python 3.1.2
2. import gdata

What is the expected output? What do you see instead?
No output expected, output received is:
>Traceback (most recent call last):
>  File "<pyshell#2>", line 1, in <module>
>    import gdata
>  File "C:\Python31\lib\site-packages\gdata\__init__.py", line 27, in <module>
>    import atom
>  File "C:\Python31\lib\site-packages\atom\__init__.py", line 133, in <module>
>    CreateClassFromXMLString)
>  File "C:\Python31\lib\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'

What version of the product are you using?
Python 3.1.2,  gdata-2.0.1

Please provide any additional information below.
-

Original issue reported on code.google.com by syra...@gmail.com on 24 May 2010 at 1:34

GoogleCodeExporter commented 9 years ago
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-D
efect

Original comment by tom.h.mi...@gmail.com on 25 May 2010 at 4:58

GoogleCodeExporter commented 9 years ago
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

Original comment by afs...@google.com on 7 Oct 2011 at 11:47