Skip to content

Problem with the cherrypy echo example #70

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions