I got this to work by serving up the datatable from a seperate python
file instaed of using the main
Problem was the addtional Status stuff that was added mybe was serving
a web page instead of a feed or whatever these things are -
google.visualization.Query.setResponse({'version':'0.5', 'reqId':'0',
'status':'OK', 'table': {cols:
[{id:'name',label:'Name',type:'string'},
{id:'city',label:'City',type:'string'}],rows: [{c:[{v:'h1'},
{v:'c1'}]},
{c:[{v:'h2'},{v:'c2'}]}]}});
Following was the additional stuff that the main GAE was creating
where I had the url.
...
Status: 200 OK Content-Type: text/html;
charset=utf-8 Cache-Control: no-cache Content-Length: 0
Not sure if all this makes sense but its working so I guess I have
inched forward.
On Jan 16, 8:55 am, todu <[email protected]> wrote:
> Craig: Seems like you have been having a similar problem in a
> slightly different setup.
>
> I thought the python library handeled all aspects of responses
> including query handling and I did not have to create my own response
> python code.
>
> I guess need more exploration.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Visualization 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-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---