Hi Ian,

On 12/13/07, Ian Bicking <[EMAIL PROTECTED]> wrote:
>
> Max Ischenko wrote:
> > Hello,
> >
> > I'm testing new paste request command and get this error:
>
> Are you using a multiprocess server?  As the error says, it doesn't work
> with that.


I am not sure, I just use a "paster request" shell command:

> $ paster request --display-headers  development.ini /


My .ini file:

[DEFAULT]
debug = true
environment = development

[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 5020

[app:main]
use = egg:deploytool
full_stack = true

If I comment out ErrorHandler in middleware.py then paster request works.

Max.
_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to