*in latest commits (100) steps will reproduce an error that make web3py 
won't start (error traceback reported on previous message)*
git clone https://github.com/web2py/web3py
cd web3py
pip3 install -r requirements.txt
./web3py-start applications/
*so need an extra steps to make web3py start in latest commit (100)*
git clone https://github.com/web2py/web3py
cd web3py
echo tornado >> requirements.txt
pip3 install -r requirements.txt
mkdir applications/_dashboard/translations
mkdir applications/_scaffold/databases
mkdir applications/toys/databases
./web3py-start applications/

*after running with extra steps what is appears in console is*
WARNING:tornado.access:404 GET /dashboard (127.0.0.1) 6.48ms
WARNING:tornado.access:404 GET /favicon.ico (127.0.0.1) 2.52ms
WARNING:tornado.access:404 GET /_scaffold/static/favicon.ico (127.0.0.1) 
2.60ms
WARNING:tornado.access:404 GET /examples/static/favicon.ico (127.0.0.1) 
16.25ms
WARNING:tornado.access:404 GET /myapp/static/favicon.ico (127.0.0.1) 1.85ms
WARNING:tornado.access:404 GET /todo/static/favicon.ico (127.0.0.1) 2.41ms
WARNING:tornado.access:404 GET /toys/static/favicon.ico (127.0.0.1) 2.31ms
ERROR:root:Traceback (most recent call last):
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 383, in 
wrapper
    ret = func(*func_args, **func_kwargs)
  File "/Users/sugizo/learn/python/web3py/applications/examples/__init__.py"
, line 15, in oops
    1/0
ZeroDivisionError: division by zero

id= 1
WARNING:tornado.access:404 GET /_scaffold/static/js/auth_test.js (127.0.0.1) 
3.63ms

if plan to use tornado as web server, should gunicorn is needed in 
requirements.txt ?

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/05654d9e-0df1-42ea-8de9-449952834132%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to