I was thinking about tackling Ticket #135 (web shell should give model
objects). Firing up the latest  toolbox-start.py and pointing my web
browser to http://localhost:7654/shell/ bombed out. Anyone know what's
up with webconsole.templates?? I haven't dug far yet, but here's what I
know so far...

=============================================

500 Internal error

Server got itself in trouble

Traceback (most recent call last):
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 271, in run
    main()
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/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
"/Users/levi/projects/turbogears/trunk/turbogears/controllers.py", line
206, in newfunc
    return controllers._process_output(tg_format, output, html)
  File
"/Users/levi/projects/turbogears/trunk/turbogears/controllers.py", line
58, in _process_output
    output = view.render(output, tg_format, template=template)
  File "/Users/levi/projects/turbogears/trunk/turbogears/view.py", line
99, in render
    tclass = lookupTemplate(template)
  File "/Users/levi/projects/turbogears/trunk/turbogears/view.py", line
65, in lookupTemplate
    tfile = pkg_resources.resource_filename(package, "%s.kid" %
basename)
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6a7-py2.4.egg/pkg_resources.py",
line 676, in resource_filename
    return get_provider(package_or_requirement).get_resource_filename(
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6a7-py2.4.egg/pkg_resources.py",
line 119, in get_provider
    __import__(moduleOrReq)
ImportError: No module named webconsole.templates

=============================================

$ svn info
Path: .
URL: http://www.turbogears.org/svn/turbogears/trunk
Repository UUID: 77541ad4-5f01-0410-9ede-a1b63cd9a898
Revision: 237
Node Kind: directory
Schedule: normal
Last Changed Author: kevin
Last Changed Rev: 237
Last Changed Date: 2005-11-21 21:24:55 -0600 (Mon, 21 Nov 2005)
Properties Last Updated: 2005-11-18 23:38:34 -0600 (Fri, 18 Nov 2005)

Reply via email to