Re: Multiple request in the same controller causing problems with SQLAlchemy Session object

2010-11-10 Thread cd34
You might try the sqlalchemy list http://groups.google.com/group/sqlalchemy -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-disc...@googlegroups.com. To unsubscribe from this group, send email to

Re: Notes on Pylons 1.x code-base and the Pylons Framework

2010-11-10 Thread Tim Black
On 11/09/2010 05:10 PM, Chris McDonough wrote: On Tue, 2010-11-09 at 16:56 -0600, Tim Black wrote: On 11/09/2010 04:21 PM, Mike Orr wrote: I think Ben has his heart set on the name Pyramid for the Pylons-level framework, and is already making website design and marking plans based on that.

Re: Notes on Pylons 1.x code-base and the Pylons Framework

2010-11-10 Thread Chris McDonough
On Wed, 2010-11-10 at 11:16 -0600, Tim Black wrote: That said, the TurboGears admin interface DOES work out-of-the-box: The TurboGears Admin comes configured out-of-the-box for use with the default quickstarted template model. See

Re: Multiple request in the same controller causing problems with SQLAlchemy Session object

2010-11-10 Thread Alan Castro
I had a discussion there and I solved the problem: http://groups.google.com/group/sqlalchemy/browse_thread/thread/ad36ea6a42067cc6 Cheers Alan On Nov 10, 6:15 am, cd34 mcd...@gmail.com wrote: You might try the sqlalchemy list http://groups.google.com/group/sqlalchemy -- You received this

Display 404/500 page without redirection

2010-11-10 Thread ilias
Hello, Pylons uses StatusCodeRedirect which redirects to other page. I would like to return text/html instead of redirection like http://www.google.com/asdsadsa. Which middleware can do this? -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To

Re: Display 404/500 page without redirection

2010-11-10 Thread Gael Pasgrimaud
Hi, On Wed, Nov 10, 2010 at 10:04 PM, ilias iliasthechamp...@gmail.com wrote: Hello, Pylons uses StatusCodeRedirect which redirects to other page. I would like to return text/html instead of redirection like http://www.google.com/asdsadsa. Which middleware can do this? Other page ? Which

Logging problems on Shared Host

2010-11-10 Thread jgard...@jonathangardner.net
I setup my pylons app to run with FastCGI on my shared host, Hostmonster. However, for the life of me, I cannot get logging to work. Any help is appreciated. The setup is fairly typical, following the instructions for FastCGI and Pylons available on the site. I wish my logging section of my ini

Re: Logging problems on Shared Host

2010-11-10 Thread Ginés Martínez
Perphaps you must add to keys item the module's name to be logged For example: # Logging configuration [loggers] keys = root, routes, barmania, sqlalchemy Of course, barmania is my app. Cheers 2010/11/10 jgard...@jonathangardner.net jgard...@jonathangardner.net I setup my pylons app to run

Re: Logging problems on Shared Host

2010-11-10 Thread jgard...@jonathangardner.net
Aren't all the log messages supposed to bubble up to root? On Nov 10, 1:49 pm, Ginés Martínez gins...@gmail.com wrote: Perhaps you must add to keys item the module's name to be logged For example: # Logging configuration [loggers] keys = root, routes, barmania, sqlalchemy Of course,

Re: Logging problems on Shared Host

2010-11-10 Thread Mike Orr
On Wed, Nov 10, 2010 at 1:28 PM, jgard...@jonathangardner.net jgard...@jonathangardner.net wrote: I setup my pylons app to run with FastCGI on my shared host, Hostmonster. However, for the life of me, I cannot get logging to work. Any help is appreciated. Logging is initialized by paster

Re: Logging problems on Shared Host

2010-11-10 Thread jgard...@jonathangardner.net
On Nov 10, 2:47 pm, Mike Orr sluggos...@gmail.com wrote: On Wed, Nov 10, 2010 at 1:28 PM, jgard...@jonathangardner.net jgard...@jonathangardner.net wrote: I setup my pylons app to run with FastCGI on my shared host, Hostmonster. However, for the life of me, I cannot get logging to work.