Re: pylonshq.com down?

2009-10-14 Thread mickgardner
Seems to still be downor perhaps down againnot sure which. On Oct 13, 11:30 pm, Stephan Ellis wrote: > me three... > > On Tue, Oct 13, 2009 at 4:51 AM, sniipe wrote: > > > Me too... > > > On 12 Paź, 16:21, Scott Sharkey wrote: > > > Is it just me, or is pylonshq.com down? > > > > -Scot

Re: Pylons on Google App Engine article

2009-10-14 Thread Ian Bicking
On Wed, Oct 14, 2009 at 4:35 PM, Matt Feifarek wrote: > This seems much better than my own recent work... I think it's a mistake to > start with "appengine-homedir"... better to just start from stock Pylons and > hack it till it works on GAE. That's been my discovery over the last few > days, but

Re: Pylons on Google App Engine article

2009-10-14 Thread Mike Orr
These new approaches are encouraging. The purpose of appengine-homedir was to make it easy to get started, by handling the virtualenv and directory structure for you. But if it turns out that another way is easier, we can deprecate it. I do like the idea of a pylons-appengine template for Paste

Re: Pylons on Google App Engine article

2009-10-14 Thread Matt Feifarek
Very nice. This seems much better than my own recent work... I think it's a mistake to start with "appengine-homedir"... better to just start from stock Pylons and hack it till it works on GAE. That's been my discovery over the last few days, but I haven't patched my Pylons Wiki article yet. I'll

Re: how should i handle redirects within try/except statements ?

2009-10-14 Thread Piotr Kęplicz
Jonathan Vanasco, środa 14 października 2009 18:36: > Thanks! That's exactly it! > > Where did you learn this? I must have caught it in my code - once or twice ;-) .pk. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Re: how should i handle redirects within try/except statements ?

2009-10-14 Thread Mike Orr
On Wed, Oct 14, 2009 at 9:36 AM, Jonathan Vanasco wrote: > > Thanks!  That's exactly it! > > Where did you learn this? > > I couldn't figure out what the error was.  A trace showed HTTPFound, > but that didn't seem right.  It catches, but HTTPRedirect catches the > same thing and seems more corre

Re: how should i handle redirects within try/except statements ?

2009-10-14 Thread Jonathan Vanasco
Thanks! That's exactly it! Where did you learn this? I couldn't figure out what the error was. A trace showed HTTPFound, but that didn't seem right. It catches, but HTTPRedirect catches the same thing and seems more correct. --~--~-~--~~~---~--~~ You received t

Re: Beaker error (Beaker 1.4.2 released)

2009-10-14 Thread Damian
Hi Ben, I've been running beaker with your patch for over a week now on our live site and have seen no further messages, even under load. I'd say the problem is fixed. Thank you! Damian On Oct 2, 6:55 pm, Ben Bangert wrote: > On Oct 2, 2009, at 6:05 AM, Damian wrote: > > > > > > > Module beak