On May 16, 5:55 am, Robert <
rbausd...@googlemail.com> wrote:
> I do read Spreadsheet's from GoogleDoc's using the python client
> libraries. There are some topics here that I needed to get it working.
> Key facts where:
> a) Using gdata.service.http_request_handler = gdata.urlfetch to
> communicate with GoogleDocs
> b) Find an SimpleXMLTreeBuilder implementation which works with my
> Python 2.5
> c) Of cause include all used API in my project
>
> After getting that to work I ran into some charset Problems concerning
> german umlauts - but I think this is the same with every character
> beyond us-ascii:
> 1) The development-engine on Windows raises UnicodeDecodeErrors for
> every special character within the gdata.atom module. This may be
> caused by python misconfiguration on my windows system. It works fine
> under linux.
> 2) Storing StringProperties containing special chars requires a
> stingToStore.decode('utf-8') call before assigning the value to the
> model instance. I suppose this behaviour is ok and wanted - but has to
> be considered BEFORE writing much code ... ;-)
>
> On 16 Mai, 10:56, alex23 <
wuwe...@gmail.com> wrote:
>
> > On May 15, 2:46 am, Blackmage <
blackmag...@gmail.com> wrote:
>
> > > I was wondering if anyone knows if it is possible to extend the
> > > theGoogleUI. So for example I would be able to add a tab to the