[web2py] Re: Trunk hangs at startup

2011-01-13 Thread Massimo Di Pierro
I removed the debug code from welcome. It does not belong there. It was an example of a new experimental feature. Massimo On Jan 13, 3:21 am, ron_m wrote: > Additional info - to stop the python web2py process I had to use a kill -9 > pid. Once the welcome default controller code was changed then

[web2py] Re: Trunk hangs at startup

2011-01-13 Thread ron_m
Additional info - to stop the python web2py process I had to use a kill -9 pid. Once the welcome default controller code was changed then the next time the server stopped properly using the Tcl control Server->Quit menu item.

[web2py] Re: Trunk hangs at startup

2011-01-13 Thread ron_m
It is only the welcome application that stalls loading the default index page, opening a different application works fine. applications/welcome/controller/default function index() has this new debug code between def and return m = 'You are successfully running web2py.' import gluon.debu

[web2py] Re: Trunk hangs at startup

2011-01-12 Thread dederocks
It must be one of the updates done within the last six hours, I would say. On 12 jan, 23:00, Massimo Di Pierro wrote: > Any way you can tell which revision causes the problem? > > On Jan 12, 2:50 pm, dederocks wrote: > > > And restarting the computer didn't solve the issue! > > > On 12 jan, 21:4

[web2py] Re: Trunk hangs at startup

2011-01-12 Thread Massimo Di Pierro
Any way you can tell which revision causes the problem? On Jan 12, 2:50 pm, dederocks wrote: > And restarting the computer didn't solve the issue! > > On 12 jan, 21:40, dederocks wrote: > > > > > > > > > Stopping doesn't work either -- need to kill the app. > > > On 12 jan, 21:35, dederocks wro

[web2py] Re: Trunk hangs at startup

2011-01-12 Thread Massimo Di Pierro
Will look into this. On Jan 12, 2:50 pm, dederocks wrote: > And restarting the computer didn't solve the issue! > > On 12 jan, 21:40, dederocks wrote: > > > > > > > > > Stopping doesn't work either -- need to kill the app. > > > On 12 jan, 21:35, dederocks wrote: > > > > Running the latest trun

[web2py] Re: Trunk hangs at startup

2011-01-12 Thread dederocks
And restarting the computer didn't solve the issue! On 12 jan, 21:40, dederocks wrote: > Stopping doesn't work either -- need to kill the app. > > On 12 jan, 21:35, dederocks wrote: > > > Running the latest trunk on Win7, FF, web2py hangs after starting the > > server ('waiting for 127.0.0.1...'

[web2py] Re: Trunk hangs at startup

2011-01-12 Thread dederocks
Stopping doesn't work either -- need to kill the app. On 12 jan, 21:35, dederocks wrote: > Running the latest trunk on Win7, FF, web2py hangs after starting the > server ('waiting for 127.0.0.1...'), but appears to work otherwise: > e.g. if I specify the url of an application, it works. > Admin w