Hi John,
You should use client.GetContact( url ) instead, the GetEntry method
returns a more generic entry that does not have the contact details.
Cheers,
Julian
On Nov 6, 10:15 pm, John <
j...@velvetcache.org> wrote:
> I am fetching anEntryfrom Shared Contacts on a domain, and when I
> try to access the email, I get " 'Entry'objecthas no attribute
> 'email' ".
>
> Fetching via client.GetEntry( url ) I can access the name, contents,
> etc. just not the email.
>
> When I callEntry.ToString() I can see the email in there.
>
> <?xml version='1.0' encoding='UTF-8'?>
> <ns0:entryxmlns:ns0="
http://www.w3.org/2005/Atom">
> <ns1:email address="
j...@example.com" primary="true" rel="http://
> If I get theEntryfrom client.GetContactsFeed( url ) I _can_ access
> the email.
>
> All of this is using thePythongdata-2.0.4release.
>
> Any hints would be appreciated, I'm new toPythonand new to the API.
>
> Thanks,
>
> John