Maybe I'm doing something wrong, because I get the same problem on mac with
the latest git.
I change the welcome app like so
from gluon.debug import dbg
def index():
"""
example action using the internationalization operator T and flash
rendered by views/default/index.html or views/generic.html
if you need a simple wiki simple replace the two lines below with:
return auth.wiki()
"""
response.flash = T("Welcome to web2py!")
dbg.set_trace()
return dict(message=T('Hello World'))
visit the page (with no debugger open) and the same thing happens. No more
connections to the server possible.
--
---
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].
For more options, visit https://groups.google.com/groups/opt_out.