I see this with the latest svn versions of turbogears and cherrpy with
a newly quickstarted project -

olsen:/cygdrive/v/tmp/junk> ./start-junk.py
14/Feb/2006:10:17:01 CONFIG INFO Server parameters:
14/Feb/2006:10:17:01 CONFIG INFO   server.environment: development
14/Feb/2006:10:17:01 CONFIG INFO   server.log_to_screen: True
14/Feb/2006:10:17:01 CONFIG INFO   server.log_file:
14/Feb/2006:10:17:01 CONFIG INFO   server.log_tracebacks: True
14/Feb/2006:10:17:01 CONFIG INFO   server.log_request_headers: True
14/Feb/2006:10:17:01 CONFIG INFO   server.protocol_version: HTTP/1.0
14/Feb/2006:10:17:01 CONFIG INFO   server.socket_host:
14/Feb/2006:10:17:01 CONFIG INFO   server.socket_port: 8080
14/Feb/2006:10:17:01 CONFIG INFO   server.socket_file:
14/Feb/2006:10:17:01 CONFIG INFO   server.reverse_dns: False
14/Feb/2006:10:17:01 CONFIG INFO   server.socket_queue_size: 5
14/Feb/2006:10:17:01 CONFIG INFO   server.thread_pool: 0
14/Feb/2006:10:17:02 HTTP INFO CherryPy shut down
Unhandled exception in thread started by <bound method Server._start of
<cherryp
y._cpserver.Server object at 0x00B8CA90>>
Traceback (most recent call last):
  File
"/home/drw900/tmp/turbogears_SVN/thirdparty/cherrypy/cherrypy/_cpserver.p
y", line 113, in _start
  File
"/home/drw900/tmp/turbogears_SVN/thirdparty/cherrypy/cherrypy/_cpserver.p
y", line 159, in start_http_server
TypeError: __init__() takes exactly 1 argument (2 given)

-Drew

Reply via email to