Re: [web2py] Re: routes.py Python 3 regex error

2018-09-28 Thread Bryan Chance
Added those, but the underlying issue is still there. On Fri, Sep 28, 2018 at 12:32 PM Leonel Câmara wrote: > You probably need to use raw strings in routes_in too if that \\g is > indeed just \g > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://gith

[web2py] Re: routes.py Python 3 regex error

2018-09-28 Thread Leonel Câmara
You probably need to use raw strings in routes_in too if that \\g is indeed just \g -- 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 mes