Encountered an error when trying to integrate the Google Visualization API into a page on Google App Engine while using Chrome's developer tools console: Uncaught TypeError: Object # has no method 'write'
In Firefox 3.5, the error displayed is "n.write is not a function". As someone new to this, I am unsure about how to diagnose and resolve this issue. Any suggestions?
For the code in question, please refer to: Google visualization api on app engine not working... (python)