I'm looking at the samples at gdata-2.0.10/samples/base/... For
example, when I try to run baseItemTypesQueryExample.py, I get a
traceback:

C:\gdata-2.0.10\samples\base>python baseItemTypesQueryExample.py
Please enter locale (ex: en_US): en_US
/base/feeds/itemtypes/en_US
Traceback (most recent call last):
  File "baseItemTypesQueryExample.py", line 35, in <module>
    feed = gb_client.QueryItemTypesFeed(q.ToUri())
  File "C:\python25\Lib\site-packages\gdata\base\service.py", line
130, in Query
ItemTypesFeed
    return self.Get(uri,
converter=gdata.base.GBaseItemTypesFeedFromString)
  File "C:\python25\Lib\site-packages\gdata\service.py", line 1108, in
Get
    'reason': server_response.reason, 'body': result_body}
...
/script>', 'reason': 'Not Found'}

Other sample scripts also fail. Are these out of date?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-base-data-api?hl=en.

Reply via email to