yeah you right, pls follow this step instead (for latest commit)
git clone https://github.com/web2py/web3py
cd web3py
pip install -U -r requirements.txt
python web3py-start applications/

for url return 404, perhaps you can check on the applications folder, in 
the webapp name, you could learn from __init__.py file the url that is 
valid. some of __init__.py is load another module file controllers.py.
pls check at the top of the function name:
*e.g. pls change examples with appname you want to access*
*applications/examples/__init__.py*
@action('form', method=['GET','POST'])
so it means the url valid is http://localhost:8000/examples/form

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to