You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm a novice user and when I try to run the echo sample I get an error
from the cherrypy server. Have I missed something simple? The hello_world and
addressbook examples are working fine.
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/CherryPy-3.2.0rc1-py2.6.egg/cherrypy/wsgiserver/__init__.py", line 1246, in communicate
req.respond()
File "/Library/Python/2.6/site-packages/CherryPy-3.2.0rc1-py2.6.egg/cherrypy/wsgiserver/__init__.py", line 758, in respond
self.server.gateway(self).respond()
File "/Library/Python/2.6/site-packages/CherryPy-3.2.0rc1-py2.6.egg/cherrypy/wsgiserver/__init__.py", line 1949, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
File "/Library/Python/2.6/site-packages/CherryPy-3.2.0rc1-py2.6.egg/cherrypy/_cptree.py", line 277, in __call__
return app(environ, start_response)
TypeError: __call__() takes exactly 1 argument (3 given)
Original issue reported on code.google.com by [email protected] on 11 Nov 2010 at 10:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Nov 2010 at 10:55The text was updated successfully, but these errors were encountered: