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
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"
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
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
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"
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.
___