Re: [web2py] Re: Problem running Web2py DAL (Trunk) as Standalone

2012-07-25 Thread Phyo Arkar
I c, Let me check again. Thanks! On Thu, Jul 19, 2012 at 9:17 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Can you check if trunk now works? > > > > On Wednesday, 18 July 2012 10:55:51 UTC-5, Phyo Arkar wrote: >> >> Hello Massimo and all; >> >> I had to update to trunk version of

[web2py] Re: Problem running Web2py DAL (Trunk) as Standalone

2012-07-18 Thread Massimo Di Pierro
Can you check if trunk now works? On Wednesday, 18 July 2012 10:55:51 UTC-5, Phyo Arkar wrote: > > Hello Massimo and all; > > I had to update to trunk version of web2py because we having issue of > web2py DAL not closing down connection , casuing connections to queue up > and then mysql no lon

[web2py] Re: Problem running Web2py DAL (Trunk) as Standalone

2012-07-18 Thread Massimo Di Pierro
Open a ticket. there was some recent rearrangement and optimizations of the code and need more testing... On Wednesday, 18 July 2012 11:08:54 UTC-5, Phyo Arkar wrote: > > Commenting out : those lines > > version_info = open(os.path.join(global_settings.gluon_parent, 'VERSION'), > 'r') > raw_vers

[web2py] Re: Problem running Web2py DAL (Trunk) as Standalone

2012-07-18 Thread Phyo Arkar
Commenting out : those lines version_info = open(os.path.join(global_settings.gluon_parent, 'VERSION'), 'r') raw_version_string = version_info.read().strip() version_info.close() from fileutils import parse_version # we need fileutils import here, because # fil

[web2py] Re: Problem running Web2py DAL (Trunk) as Standalone

2012-07-18 Thread Phyo Arkar
I canot comprehand why it is searching for a VERSION File inside module folder.. Might be a bug.. On Wednesday, July 18, 2012, Phyo Arkar wrote: > Hello Massimo and all; > > I had to update to trunk version of web2py because we having issue of > web2py DAL not closing down connection , casuing co