Re: Giving Google App Engine another go (fewer workarounds)

2009-10-30 Thread Daniel Lin
Thanks, I fixed it and confirm it works :-) -- Daniel Lin (pct) On Fri, Oct 30, 2009 at 2:41 AM, Jason S. jas...@tuffmail.com wrote: reco ( Daniel Lin): I haven't had time to go over the script versions in detail (thanks, BTW -- using sed helps avoid some manual steps), but the Paste

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-30 Thread reco
he daniel, your script is amazing - would be cool to have this on github no? would be amazing reco On Oct 30, 3:25 am, Daniel Lin lin...@gmail.com wrote: Thanks, I fixed it and confirm it works :-) -- Daniel Lin (pct) On Fri, Oct 30, 2009 at 2:41 AM, Jason S. jas...@tuffmail.com wrote:

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-29 Thread reco
hi there, i am trying the new attachment. when loading the root i get this traceback: http://paste.pocoo.org/show/147719/ On Oct 25, 2:05 am, Daniel Lin lin...@gmail.com wrote: Dear All,     Sorry that I forgot to patch

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-29 Thread Jason S.
reco ( Daniel Lin): I haven't had time to go over the script versions in detail (thanks, BTW -- using sed helps avoid some manual steps), but the Paste patch is no longer used in the latest method, so at least lines 31, 37, 54, and 66 should be deleted from the 2nd attachment. If that doesn't

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-29 Thread reco
hi jason ok i got this to work. thanx! i though have though crazy request timeouts with development.ini 10-29 07:39PM 56.133 / 200 5326ms 2138cpu_ms 1kb Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9,gzip(gfe) could you

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-28 Thread Matt Feifarek
On Sat, Oct 24, 2009 at 7:58 PM, Jason S. jas...@tuffmail.com wrote: This is a major rework of my GAE/Pylons article, which requires fewer steps now. There's no Paste patch, and it still uses a regular INI Better and better. The more I think about it, the more I would *prefer* to run in the

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-28 Thread Mike Orr
On Wed, Oct 28, 2009 at 10:11 AM, Matt Feifarek matt.feifa...@gmail.com wrote: I'm also getting frustrated with the speed. GAE is warning me that my pages are taking too much cpu, and may blow my quota (I don't even have any users yet; just testing things). And this is for a page with almost

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-28 Thread Matt Feifarek
On Wed, Oct 28, 2009 at 3:46 PM, Mike Orr sluggos...@gmail.com wrote: You can also disable other middlewares you're not using in middleware.py, such as sessions. Sessions are stored in datastore by buffet, right? Wouldn't one want to keep sessions? (I suppose it depends on the app, but most

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-28 Thread Mike Orr
On Wed, Oct 28, 2009 at 2:28 PM, Matt Feifarek matt.feifa...@gmail.com wrote: On Wed, Oct 28, 2009 at 3:46 PM, Mike Orr sluggos...@gmail.com wrote: You can also disable other middlewares you're not using in middleware.py, such as sessions. Sessions are stored in datastore by buffet, right?

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-28 Thread Matt Feifarek
On Wed, Oct 28, 2009 at 4:44 PM, Mike Orr sluggos...@gmail.com wrote: Not Buffet. render_mako doesn't use Buffet. The older pylons.templating.render used Buffet. But Mako was designed to separate template lookup from rendering, so that you can drop in an alternate TemplateLookup class for

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-25 Thread Daniel Lin
Dear All, Sorry that I forgot to patch with http://files.countergram.com/pylons-gae/paste_deploy_loadfunc.patch. So, please use the new attachment :-) -- Daniel Lin (pct) On Sun, Oct 25, 2009 at 11:17 AM, Daniel Lin lin...@gmail.com wrote: Dear All, new generate script with

Giving Google App Engine another go (fewer workarounds)

2009-10-24 Thread Jason S.
Hi, all: This is a major rework of my GAE/Pylons article, which requires fewer steps now. There's no Paste patch, and it still uses a regular INI config file. I've also provided both pip and easy_install instructions this time. The appname.egg-info directory seems to be working now; I'm not sure

Re: Giving Google App Engine another go (fewer workarounds)

2009-10-24 Thread Daniel Lin
Dear All, new generate script with pip. And due to the sample app.yaml and some changes, the previous pylons-gae.sh cannot work well now. Please use this attachment instead :-) -- Daniel Lin (pct) --~--~-~--~~~---~--~~ You received this message