I still have the following problems with tg-admin toolbox -n

1. I still can't get this to run properly in XP. The browser will wait
"forever" for http://localhost:7654. I don't have this problem with the
same code in Linux.

2. On accessing the widgets for the 2nd time I get the following in the
browser:

500 Internal error

Server got itself in trouble

Traceback (most recent call last):
  File
"/usr/lib64/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 271, in run
    main()
  File
"/usr/lib64/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 502, in main
    body = page_handler(*args, **cherrypy.request.paramMap)
  File "/usr/local/bin/svn/trunk/turbogears/controllers.py", line 205,
in newfunc
    output = func(self, *args, **kw)
TypeError: index() got an unexpected keyword argument 'name'

in the console window I get:

10.65.0.51 - - [2005/11/22 08:57:29] "GET /favicon.ico HTTP/1.1" 404
1381
2005/11/22 08:57:32 HTTP INFO 10.65.0.51 - GET
/tg_widgets/turbogears.widgets/menuarrow.gif HTTP/1.1
10.65.0.51 - - [2005/11/22 08:57:32] "GET
/tg_widgets/turbogears.widgets/menuarrow.gif HTTP/1.1" 200 68
2005/11/22 08:57:36 HTTP INFO 10.65.0.51 - POST /widgets/ HTTP/1.1
2005/11/22 08:57:36  INFO Traceback (most recent call last):
  File
"/usr/lib64/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 271, in run
    main()
  File
"/usr/lib64/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 502, in main
    body = page_handler(*args, **cherrypy.request.paramMap)
  File "/usr/local/bin/svn/trunk/turbogears/controllers.py", line 205,
in newfunc
    output = func(self, *args, **kw)
TypeError: index() got an unexpected keyword argument 'name'

10.65.0.51 - - [2005/11/22 08:57:36] "POST /widgets/ HTTP/1.1" 500 1218
2005/11/22 08:57:36 HTTP INFO 10.65.0.51 - GET /favicon.ico HTTP/1.1
2005/11/22 08:57:36 DEBUG INFO     NOT FOUND file:
/usr/local/bin/svn/trunk/turbogears/toolbox/static/images/favicon.ico
2005/11/22 08:57:36  INFO Traceback (most recent call last):
  File
"/usr/lib64/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 269, in run
    applyFilters('beforeMain')
  File
"/usr/lib64/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 641, in applyFilters
    method()
  File
"/usr/lib64/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/lib/filter/staticfilter.py",
line 68, in beforeMain
    cptools.serveFile(filename)
  File
"/usr/lib64/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/lib/cptools.py",
line 249, in serveFile
    raise cherrypy.NotFound()
NotFound: 404: The path '/favicon.ico' was not found.

10.65.0.51 - - [2005/11/22 08:57:36] "GET /favicon.ico HTTP/1.1" 404
1381

Regards,

Sam

Reply via email to