Re: [web2py] web2py 2.7.4 mysterious lock-ups necessitating a service restart

2013-10-23 Thread Niphlod
nope it's a problem in 2.7.4 with a leftover print statement that doesn't play well with web2py installed as a windows service. it's fixed in trunk. https://github.com/web2py/web2py/commit/0faa7d3174070e2a1f6fbee6840c58ba7c540102 -- Resources: - http://web2py.com - http://web2py.com/book (Docum

Re: [web2py] web2py 2.7.4 mysterious lock-ups necessitating a service restart

2013-10-23 Thread Richard Vézina
You said you were using bytecompiled app?? Maybe it has something to do with the bytecompile process... Richard On Wed, Oct 23, 2013 at 1:37 PM, Richard Vézina wrote: > Have a look at the 2.7.4 and there both seems fine... > > It must come from somewhere else... > > :( > > Richard > > > On Wed

Re: [web2py] web2py 2.7.4 mysterious lock-ups necessitating a service restart

2013-10-23 Thread Richard Vézina
Have a look at the 2.7.4 and there both seems fine... It must come from somewhere else... :( Richard On Wed, Oct 23, 2013 at 1:33 PM, Richard Vézina wrote: > I guess there is a hardcoded thing introduced for testing purpose that > stay there... It seems that you will find the mistake line in

Re: [web2py] web2py 2.7.4 mysterious lock-ups necessitating a service restart

2013-10-23 Thread Richard Vézina
I guess there is a hardcoded thing introduced for testing purpose that stay there... It seems that you will find the mistake line in gluon/widget.py at line 1273 https://github.com/web2py/web2py/blob/master/gluon/widget.py look in the master on github if you have the same line in your gluon/widget