> What's wrong with the calendar? Couple of things, this particular app, I find rather bulky - I would prefer something much more lightweight (and un-branded i.e. without the "about the calendar" [ ? ] ).
But on a technical point of view, it seems to jump across the page when it is called and the following visual problems (though I think these only appear in safari) http://devbox.cyberware.co.uk/~richard/tg/cal.png > Fine, same here. I'll take a look at this later today. Thank you :) > 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). Log file? I have this from the terminal, I assume that''s what you meant ---- 2005/11/22 13:54:51 HTTP INFO 127.0.0.1 - GET /shell/ HTTP/1.1 2005-11-22 13:54:51,415 turbogears.view DEBUG Recompiling template for turbogears.toolbox.console 2005-11-22 13:54:51,417 turbogears.view DEBUG Applying template turbogears.toolbox.console 127.0.0.1 - - [2005/11/22 13:54:51] "GET /shell/ HTTP/1.1" 200 2056 2005/11/22 13:54:59 HTTP INFO 127.0.0.1 - GET /shell/?input_text=&interpreter_block_text= HTTP/1.1 2005/11/22 13:54:59 INFO 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' 127.0.0.1 - - [2005/11/22 13:54:59] "GET /shell/?input_text=&interpreter_block_text= HTTP/1.1" 200 665 ---- Also this may help, my colleague pointed out his installation (on linux) looked quite alot different to mine http://devbox.cyberware.co.uk/~richard/tg/shell.png Which shows no text box at the top and no execute button! HTH

