Nop!

In [2]: request.vars
Out[2]: <Storage {}>


Samething with plain python shell (-P option)

Richard

On Wed, Jan 19, 2011 at 11:46 AM, Richard Vézina <
[email protected]> wrote:

> Then I will be able to request.vars?
>
> I go test.
>
> Richard
>
>
> On Wed, Jan 19, 2011 at 11:37 AM, Bruno Rocha <[email protected]>wrote:
>
>> Richard,
>>
>> python web2py.py -a 'asdf' -i 127.0.0.1 -p 8001 -S appname -M auto'
>>
>> Starts only web2py interactive shell mode, not the webserver.
>>
>> You have to open 2 consoles
>>
>> in the first you do:
>> python web2py.py -S appname -M -P
>>
>> in second you do:
>> python web2py.py -a 'asdf' -i 127.0.0.1 -p 8001'
>>
>>
>>
>> Bruno Rocha
>> http://about.me/rochacbruno/bio
>>
>
>

Reply via email to