i've tried this almost exactly (i have both Subdirectory and Root
inheriting from controllers.Root)
i get this with everything that i've tried so far. the root-level
index works just fine.
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/_cphttptools.py",
line 271, in run
main()
File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/_cphttptools.py",
line 497, in main
page_handler, object_path, virtual_path = mapPathToObject(path)
File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/_cphttptools.py",
line 748, in mapPathToObject
raise cherrypy.NotFound(path)
NotFound: 404: The path '/Subdirectory/index' was not found.