Problem with Turbogears Example
I encounter the following error when I try to implement the search view of the PetInfoStore
500 Internal error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Page handler: <bound method Root.search of <petinfostore.controllers.Root object at 0x0155CB30>>
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\cherrypy-2.3.0-py2.5.egg\cherrypy\_cphttptools.py", line 121, in _run
self.main()
File "C:\Python25\lib\site-packages\cherrypy-2.3.0-py2.5.egg\cherrypy\_cphttptools.py", line 264, in main
body = page_handler(*virtual_path, **self.params)
TypeError: search() takes at least 2 arguments (1 given)
I have used the examples directly, and everything worked prior to this point.
Mike M Adams
|