2010/1/24 geekbuntu <[email protected]>: > 2010-01-24 15:32:54: (mod_fastcgi.c.2610) FastCGI-stderr: Traceback > (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/web.py-0.33-py2.6.egg/ > web/application.py", line 242, in process > return self.handle() > File "/usr/local/lib/python2.6/dist-packages/web.py-0.33-py2.6.egg/ > web/application.py", line 233, in handle > return self._delegate(fn, self.fvars, args) > File "/usr/local/lib/python2.6/dist-packages/web.py-0.33-py2.6.egg/ > web/application.py", line 411, in _delegate > cls = fvars[f] > KeyError: u'search' > > the crazy part is if i use the built in webserver it works perfect > > if i use the hosts lighttpd server i get the error/it does work
This error means that the application is not able to find the class search in the provided mappings. -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
