On 11/11/05, Tim Lesher <[EMAIL PROTECTED]> wrote:
>
> From a clean install of release + svn update (Python 2.4.2 on WinXP),
> I'm getting persistent hangs when trying to launch the toolbox from
> either tg-admin or toolbox-start. The server launches but goes into an
> infinite loop when you hit localhost:7654 with a browser.
>
> I debugged it down to the kid importer: it's trying to exec
> {trunk}\turbogears\toolbox\main.py, which doesn't seem to exist (yet)
> in svn. Is this an oversight, or is it just not ready to check in?
I haven't seen this problem myself, and I know that both Elvelind and
Ronald have run the Toolbox.
main is actually a Kid file (and main.kid is in svn). An error related
to main.py would have to do with the generated Python.
Kevin