>and nothing more!
>There is no prompt and I cann't input anything - seems it hangs.

it works perfectly, if you want to use the same console after starting
the server you can start web2py in background:

python web2py.py -i 127.0.0.1 -p 8001 &

and than run

python web2py.py -S app -N

for python web2py shell






On Fri, Jan 21, 2011 at 2:21 PM, Massimo Di Pierro
<[email protected]> wrote:
> python web2py.py starts the web server. It runs as long as the web
> server runs. Use
>
>   python web2py.py -h
>
> for help. Use
>
>   python web2py.py -S app -N
>
> for a shell
>
> On Jan 21, 12:52 am, Martin Weissenboeck <[email protected]> wrote:
>> Hi,
>>
>> I have started web2py with the following command
>>
>> python web2py.py ...
>>
>> and I get:
>>
>> web2py Enterprise Web Framework
>> ....
>> use "kill -SIGTERM 14688" to shudown the web2py server
>>
>> and nothing more!
>> There is no prompt and I cann't input anything - seems it hangs.
>>
>> Anyhow web2py works: I can access the server using the ip-address and port
>> 8000
>>
>> What shall I do?
>>
>> Kind regards, Martin

Reply via email to