Running reload manually works as advertised on PyPi

On Saturday, 18 May 2019 13:03:59 UTC+2, John Bannister wrote:
>
> Same result unfortunately
>
> On Saturday, 18 May 2019 10:50:34 UTC+2, Massimo Di Pierro wrote:
>>
>> what if you do not user tornado and replace
>>
>> bottle.run(server='tornado', host=host, port=int(port))
>>
>> with
>>
>> bottle.run(host=host, port=int(port))
>>
>> it is very strange. Please try test the reloader module on its own.
>>
>> On Friday, 17 May 2019 23:09:49 UTC-7, 黄祥 wrote:
>>>
>>> Does it print this when you press [reload]?
>>>>
>>>
>>> yes it is
>>> $ ./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      
>>> Bottle v0.12.16 server starting up (using TornadoServer())... 
>>> Listening on http://127.0.0.1:8000/ 
>>> Hit Ctrl-C to quit. 
>>>
>>> WARNING:tornado.access:404 GET /myapp/static/favicon.ico (127.0.0.1) 
>>> 2.32ms 
>>> WARNING:tornado.access:404 GET /examples/static/favicon.ico (127.0.0.1) 
>>> 2.35ms 
>>> WARNING:tornado.access:404 GET /todo/static/favicon.ico (127.0.0.1) 
>>> 2.07ms 
>>> WARNING:tornado.access:404 GET /_scaffold/static/favicon.ico (127.0.0.1) 
>>> 1.89ms 
>>> WARNING:tornado.access:404 GET /superheroes/static/favicon.ico (127.0.
>>> 0.1) 1.65ms 
>>> WARNING:tornado.access:404 GET /favicon.ico (127.0.0.1) 1.57ms 
>>> [OK] reloaded _dashboard      
>>> [OK] reloaded _scaffold      
>>> [OK] reloaded examples      
>>> [OK] reloaded myapp      
>>> [OK] reloaded superheroes      
>>> [OK] reloaded todo
>>>
>>>
>>> but 
>>> - 'routes for <my_app>'
>>> - edit or add new function on web apps
>>> is not work
>>>
>>>
>>> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/dd678018-a959-4fa0-9b32-7af5b3bd51d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to