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

