Hi,
On Nov 22, 2005, at 1:28 PM, koorb wrote:


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)

What's wrong with the calendar?

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'


Fine, same here. I'll take a look at this later today.


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'


Hm... this one I'm not able to reproduce =(.
Can you give me a bit more context from the log file (a couple of lines before and after the traceback will do fine).
Cheers.
Ronald


________________________________
Ronald Jaramillo
mail: ronald AT checkandshare DOT com
blog: http://www.checkandshare.com/blog



Reply via email to