[Paste] paste request error (EvalException)

2007-12-13 Thread Max Ischenko
Hello, I'm testing new paste request command and get this error: $ paster request --display-headers development.ini / Traceback (most recent call last): File "/usr/bin/paster", line 8, in load_entry_point('PasteScript==1.3.7dev-r7113', 'console_scripts', 'paster')() File "/usr/lib/pytho

Re: [Paste] paste request error (EvalException)

2007-12-13 Thread Ian Bicking
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. > $ paster request --display-headers development.ini / > Traceback (most recent call last): > File "/usr/bin/paster"

Re: [Paste] paste request error (EvalException)

2007-12-13 Thread Mike Orr
On Dec 13, 2007 8:40 AM, 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. > > > > $ paster request --display-headers de

Re: [Paste] paste request error (EvalException)

2007-12-13 Thread Ian Bicking
Mike Orr wrote: > On Dec 13, 2007 8:40 AM, 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. >> >> >>> $ paster request

Re: [Paste] paste request error (EvalException)

2007-12-13 Thread Max Ischenko
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"

Re: [Paste] paste request error (EvalException)

2007-12-13 Thread Max Ischenko
On 12/14/07, Max Ischenko <[EMAIL PROTECTED]> wrote: > > 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: > I would add that normal web interface works fine, with EvalException enabled. ___