ok I did "svn up" and got this:

> $ svn up
> A    turbogears/static/images/toolbox_top_vertical_line.png
> ... and the other packages which are already up-to-date
>
> $ easy_install .
> $ python setup.py develop

I just happened to run "$
/Library/Frameworks/Python.framework/Versions/2.4/bin/tg-admin" rather
than "$ tg-admin" and now I have the new design for toolbox, yey!

So when I try and run the Widget Browser it's ok (accept the calendar,
but that's a different issue) but if I go Back then click the Widget
Browser again I get the following output


Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/CherryPy-2.1.0_betadev-py2.4.egg/cherrypy/_cphttptools.py",
line 276, in run
    main()
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/CherryPy-2.1.0_betadev-py2.4.egg/cherrypy/_cphttptools.py",
line 498, in main
    body = page_handler(*args, **cherrypy.request.paramMap)
  File
"/Users/richard/Documents/Development/turbogears/turbogears/turbogears/controllers.py",
line 205, in newfunc
    output = func(self, *args, **kw)
  File
"/Users/richard/Documents/Development/turbogears/turbogears/turbogears/toolbox/__init__.py",
line 24, in index
    widgetset = widgets.all_widgets
AttributeError: 'module' object has no attribute 'all_widgets'



The WebConsole shows up but when I hit return, I get:



Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/CherryPy-2.1.0_betadev-py2.4.egg/cherrypy/_cphttptools.py",
line 276, in run
    main()
  File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/CherryPy-2.1.0_betadev-py2.4.egg/cherrypy/_cphttptools.py",
line 498, in main
    body = page_handler(*args, **cherrypy.request.paramMap)
  File
"/Users/richard/Documents/Development/turbogears/turbogears/turbogears/controllers.py",
line 205, in newfunc
    output = func(self, *args, **kw)
TypeError: index() got an unexpected keyword argument
'interpreter_block_text'

Reply via email to