Great! Glad to hear it!
Thanks for your response. I'm glad you've been able to work with the
framework in a live website so you can verify that it works. I hope
the next version of Kay is optimized for the new 2.7 runtime and
available soon! My test from working with simplejson versus the json
library included with 2.7 has greatly reduced the execution time of
all my tasks (I do heavy work with APIs and JSON). I can only imagine
how many performance improvements substitutions such as this within
Kay can give. Having my code updated/optimized is great, but having
the framework which runs my site updated would probably be more
beneficial.
Thanks again!
-Prateek
On Oct 19, 1:34 am, Takashi Matsuo <
matsuo.taka...@gmail.com> wrote:
> Basically the change is straightforward.
> First, you need to tweak your app.yaml like following:
>
> - url: /_kay/.*
> script: kay.main.application
> login: admin
>
> - url: /_ah/queue/deferred
> script: kay.main.application
> login: admin
>
> - url: /.*
> script: kay.main.application
>
> Some features won't work, but core features will work without any changes in
> python code.
> Actually my Japanese blog is working with python2.7 runtime with
> threadsafe:true for more then 2 months or so :)
>
> --
> Takashi Matsuo
>
matsuo.taka...@gmail.com
> Kay's daddy
>
> 2011/10/11 someone1 <
someo...@gmail.com>