[google-appengine] Re: Exception in Twitter api

2010-07-30 Thread Tim Hoffman
Hi Have your read the code in the twitter library you are using ? If you did you will see that it has a default cache implementation that writes to the filesystem. Writing to the filesystem is not possible in appengine. You will need to supply an alternate cache implementation (use memcache for

Re: [google-appengine] Re: Exception in Twitter api

2010-07-30 Thread Nitin Shrimali
Thanks Geoffrey But is there any other api which enable me to do the same thing as i want to do with this one. If yes please help me in figuring out this problem. With Regards Nitin On Fri, Jul 30, 2010 at 9:25 PM, Geoffrey Spear wrote: > App Engine applications cannot write

[google-appengine] Re: Exception in Twitter api

2010-07-30 Thread Geoffrey Spear
App Engine applications cannot write to the filesystem; the library you're using is expecting to be able to write to a temporary file, which is impossible. On Jul 30, 3:12 am, Nitin Shrimali wrote: > Hello >           I am using twitter api in appengine and on integrating it is > giving me > > No