*web3py/web3py/core.py* tried bottle.run(server='tornado', host=host, port=int(port), reloader=True) and bottle.run(host=host, port=int(port), reloader=True) got same result, edit and add new function, routes for <myapp> not work
tested work for edit and add new function (but still routes for <myapp> still not work) *web3py/web3py/core.py* bottle.run(server='gevent', host=host, port=int(port), reloader=True) but the log run strangely (loaded web apps twice): $ ./web3py-start apps ________ ____ ______ __ | ____/ / / ____/ __ |/___ \/ __ \ \/ / | | / / /_ / /_/ /___/ / /_/ /\ / | | /| / / __/ / __ //__ / ____/ / / | |/ |/ / /___/ /_/ /___/ / / ____/ / |___/|_/_____/_____/_____/_/ /_____/ It is still experimental... Dashboard is at: http://127.0.0.1:8000/_dashboard [OK] loaded _dashboard [OK] loaded _scaffold [OK] loaded examples [OK] loaded myapp [OK] loaded superheroes [OK] loaded todo _______ ____________ ____ ______ __ | ____/ / / ____/ __ |/___ \/ __ \ \/ / | | / / /_ / /_/ /___/ / /_/ /\ / | | /| / / __/ / __ //__ / ____/ / / | |/ |/ / /___/ /_/ /___/ / / ____/ / |___/|_/_____/_____/_____/_/ /_____/ It is still experimental... Dashboard is at: http://127.0.0.1:8000/_dashboard [OK] loaded _dashboard [OK] loaded _scaffold [OK] loaded examples [OK] loaded myapp [OK] loaded superheroes [OK] loaded todo Bottle v0.12.16 server starting up (using GeventServer())... Listening on http://127.0.0.1:8000/ Hit Ctrl-C to quit. @john, perhaps you can share how to run reloader manually ? thx n 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/e14a41a8-406b-47f7-96e2-9811d0705c11%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.