Thanks for the reply -

Still not working.


On Wednesday, April 4, 2012 2:05:53 PM UTC-4, pbreit wrote:
>
> I'm not sure if it's the problem but the slashes don't look right. I would 
> have expected something more like:
>
> routes_in = (
>     ("localhost:8000", '/welcome'),
>     ('*.localhost:8000', '/operations')
> )
> routes_out = (
>    ('/welcome', r"//localhost:8000"),
>    ('/operations', '*.localhost:8000')
> )
>

On Wednesday, April 4, 2012 2:05:53 PM UTC-4, pbreit wrote:
>
> I'm not sure if it's the problem but the slashes don't look right. I would 
> have expected something more like:
>
> routes_in = (
>     ("localhost:8000", '/welcome'),
>     ('*.localhost:8000', '/operations')
> )
> routes_out = (
>    ('/welcome', r"//localhost:8000"),
>    ('/operations', '*.localhost:8000')
> )
>

Reply via email to