[Twisted-Python] Re: Help with child Resources

Samuel Reynolds sam at SpinwardStars.com
Sat Dec 6 13:40:40 EST 2003


I figured it out. I made 2 mistakes.

1. I arranged the files as
       siteroot/
          mytest/
             index.rpy
2. I used "--ignore-ext rpy" instead of "--ignore-ext .rpy"
    with mktap web. (Note the missing period.)

When I use "--ignore-ext .rpy" and arrange the files as ...
       siteroot/
          mytest.rpy
...it returns what I expect for both http://mydomain/mytest
and http://mydomain/mytest/mysub.

- Sam






More information about the Twisted-Python mailing list