[web2py] Re: web2py DAL bug: OperationalError - MySQL server has gone away while closing a connection in pool

2014-10-09 Thread Babu Annamalai
Thanks for the reply Massimo. Raised a new ticket Issue 1995 <https://code.google.com/p/web2py/issues/detail?id=1995>. On Friday, October 10, 2014 10:14:31 AM UTC+5:30, Massimo Di Pierro wrote: > > Can you please open a ticket about this? > > On Thursday, 9 October 2014 23

[web2py] web2py DAL bug: OperationalError - MySQL server has gone away while closing a connection in pool

2014-10-09 Thread Babu Annamalai
Environment: Ubuntu 12.04; Web2py 2.9.11-stable Let me describe the problem as below: - We use 2 DAL instance talking to 2 different databases, each with a connection pool of 10 - We make many frequent DAL calls using both the DAL connections which results in many objects in the

[web2py] crud+auth question

2013-01-16 Thread Babu Annamalai
on the same. Additionally, is there any other reference material/code recipes apart from the web2py book on crud+auth? Cheers Babu --

[web2py] Re: how to pass multiline output from controller to view and get it printed in multiline..

2010-03-03 Thread Babu
Thank you very much. This works fantastic! On Mar 3, 2:06 pm, mdipierro wrote: > def index(): >     >     return dict(message=message) > > and the view should be > {{extend 'layout.html'}} > {{=message}} > > On Mar 2, 10:56 pm, Babu wrote: > >

[web2py] how to pass multiline output from controller to view and get it printed in multiline..

2010-03-02 Thread Babu
Sorry, I am new to python and web2py. I am running a python script to get multiline output of 'ifconfig' but I am not able to print it in multiline through view. My stand alone script works fine.. Here is controller.. def index(): import paramiko import os hostname = '' port = 2

[web2py:31414] Re: web2py source download problems in the secured enterprise environment

2009-09-21 Thread Babu
ownloadwith IE8 and it worked straight away. > > > > On Sep 12, 5:46 pm, Jonathan Lundell wrote: > > > > > On Sep 12, 2009, at 9:30 AM, Babu wrote: > > > > > > I have noticed, that I not able to successfullydownloadweb2py source > > > > > fi

[web2py:30836] Re: web2py source download problems in the secured enterprise environment

2009-09-12 Thread Babu
On Sep 12, 2009, at 9:30 AM, Babu wrote: > > > I have noticed, that I not able to successfully download web2py source > > file in .zip format due to some kind of controls put in our company. > > Download completes successfully but the resulting file is not > > unzipable.

[web2py:30831] web2py source download problems in the secured enterprise environment

2009-09-12 Thread Babu
I have noticed, that I not able to successfully download web2py source file in .zip format due to some kind of controls put in our company. Download completes successfully but the resulting file is not unzipable. Would it be possible to provide download link of the source that is not compressed s

[web2py:17750] Re: PEP 8 (Style Guide for Python Code) Compliance

2009-03-09 Thread Babu
I am also not able to unzip the downloaded .zip file. I have tried it on my windows as well as unix ( solaris ) and linux machines as well.. I was able to download the file from bazaar.. is that a single file? how should I use that? On Feb 6, 4:12 am, Fran wrote: > On Feb 5, 5:28 pm, mdipierro