there is no genres controller, just the stock Root controller with the
genres method from the TurboTunes example.
Anyway after some futzing around and debugging, I finally found a quick
fix to make it run -- add a statement to set the mountpoint "/" to the
root, as in:
def setUp(self):
super(ControllerTest, self).setUp()
cherrypy.root = Root()
cherrypy.tree.mount_points["/"] = cherrypy.root
setUpGenreTable()
HTH.
Butch Landingin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---