[web2py] Re: Filter with IS_IN_DB without changing record presentation format

2014-10-16 Thread Álvaro José Iradier
g == gang.id), db.gang_users.nickname, db. > gang_users._format) > > Anthony > > On Thursday, October 16, 2014 2:02:02 PM UTC-4, Álvaro José Iradier wrote: >> >> Hi, I have a field in table 'expenses' defined as: >> db.define_table('expenses', >&

[web2py] Strange error: TypeError: can't pickle lock objects

2013-12-31 Thread Álvaro José Iradier
Hi, I am using web2py hosted in Apache2 with WSGI, Python 2.7.3 on a Linux Machine. When I go to the admin interface over SSL from a remote machine, I get this error: (can't pickle lock objects) Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. Traceback (most recent call last): File

[web2py] Detect web2py main process exit on cron process

2013-03-05 Thread Álvaro José Iradier
Hi, on my web2py application on windows, I have a cron task that runs for a long time. I noticed a new process is spawned for every cron job.. If the main web2py process exists (for example if I try to terminate the process, or close the web2py window), it will not exit until the cron process i

[web2py] Import problem in Web2py 2.3.2 vs 1.99.4

2013-02-05 Thread Álvaro José Iradier
Recently I updated web2py from 1.99.4 to 2.3.2. Suddenly, a PDF report stopped working. Digging into the problem, I found there is a *pdf.py* file in my application *modules/* folder. Also, I am using Geraldo Reports in * web2py/site-packages*. Geraldo reports has the following file: *geraldo/g

[web2py] Re: Project: pydev extension for web2py in Eclipse

2013-01-13 Thread Álvaro José Iradier
1 8:40:47 PM UTC+2, Álvaro José Iradier wrote: > > No, I wasn't aware... sorry, I can't follow the current web2py > development at that detail. Could you point me to the information or > make a small brief? It sounds like it could be quite useful. > > Greets.

[web2py] Rocket server truncating long responses

2012-06-26 Thread Álvaro José Iradier
Hi, I am developing an application that needs to return a big report page, with a lot of data. We were testing the application using the integrated rocket server, and the report was working correctly when accessing the app on the local network. However, when connection from the outside via a D