[web2py] Re: checkboxes framework7.io and validate

2016-04-20 Thread kenny c
Looks interesting. How is your development going with f7 and web2py? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because

[web2py] CodernityDB pure python nosql

2016-04-20 Thread kenny c
I would love to try this! Thanks for the link -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the

[web2py] Re: sequential requests

2016-04-17 Thread kenny c
was nignx faster than running on Apache as default setting? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are

[web2py] Re: sequential requests

2016-04-17 Thread kenny c
interesting. How did you run the test on Apache and share us how you did tweak apache setting to boost the performance? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

[web2py] Re: Empty strings stored as null in database

2016-04-17 Thread kenny c
thank you Leonel and Niphlod! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups

[web2py] Re: How should I handle this?

2016-04-17 Thread kenny c
great tip! i have a question on passing form variables through ajax, can i pass form.vars if i want to pass all variables including 'q' inbox? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Scheduler error: Exception in thread Thread-1 and connection is closed

2015-12-14 Thread kenny c
I think it has to do with csvkit since loading big file creates this issue. Thank you as always! Let's go! Web2PY! On Monday, December 14, 2015 at 1:45:25 PM UTC-5, kenny c wrote: > > Sorry for late reply and thank you so much, Niphlod! > > I am still playing with Scheduler, so I

[web2py] Re: Scheduler error: Exception in thread Thread-1 and connection is closed

2015-12-14 Thread kenny c
inside the function ? > > On Tuesday, November 24, 2015 at 1:15:15 PM UTC+1, kenny c wrote: >> >> Just tested with psycopg and same error. >> = >> ERROR:web2py.scheduler.postit#20382:Error retrieving status >> Exception in thread Thread-1: >> Traceback (most

[web2py] Re: Scheduler error: Exception in thread Thread-1 and connection is closed

2015-11-24 Thread kenny c
bugs: pscopg2 is > certainly more solid. If the same happens with psycopg2, can we see the > actual function queued (or a function that replicates this behaviour) ? > > > BTW: send_heartbeat() shouldn't timeout that easily: it's called every 3 > seconds so AT LEAST THAT connecti

[web2py] Scheduler error: Exception in thread Thread-1 and connection is closed

2015-11-21 Thread kenny c
HI, I am not sure what causes this issue.. I am running Web2py with Postgresql, I am getting this exception in thread while running a scheduler. and I get InterfaceError("Connection is closed") . I am wondering if Postgresql has timeout setting or scheduler timeout? (I made sure that timeout

[web2py] Re: Scheduler error: Exception in thread Thread-1 and connection is closed

2015-11-21 Thread kenny c
I think there is timeout issue on the scheduler and I am not sure which one it is.. Seems to me that the Scheduler stops if it takes longer than 5 minutes in regardless of the value of timeout saved in the task row. On Saturday, November 21, 2015 at 8:12:05 PM UTC-5, kenny c wrote: > >

[web2py] Re: OperationalError: database is locked

2015-10-14 Thread kenny c
Hi Niphlod, Thank you for this information. Could you tell me how you manage to copy new data into db from db2 after finishing the scheduler job? Thank you. On Friday, November 9, 2012 at 10:31:03 AM UTC-5, Niphlod wrote: > > if you can, use a separate db for the scheduler. SQLite doesn't

[web2py] Re: OperationalError: database is locked

2015-10-14 Thread kenny c
I guess if SQLite cannot handle many concurrent users while writing/reading, should I move to postgres or mongoDB? There will be over 10k rows added every 10mins. Thanks. On Wednesday, October 14, 2015 at 10:03:30 PM UTC-4, kenny c wrote: > > Hi Niphlod, > > Thank you for this

[web2py] Re: How to move a set of view,edit,delete buttons from last column to first column on SQLgrid?

2015-05-12 Thread kenny c
Thank you for your reply as always, Niphlod! On Tuesday, May 12, 2015 at 3:55:20 PM UTC-4, Niphlod wrote: takend straight from the book at http://web2py.com/books/default/chapter/29/07/forms-and-validators#SQLFORM-grid-and-SQLFORM-smartgrid *buttons_placement and links_placement both take

[web2py] Re: web2pyslices down

2015-05-10 Thread kenny c
Thank you. Hope web2pyslices finds new home soon. On Saturday, May 9, 2015 at 9:33:36 AM UTC-4, Michael Beller wrote: In the meantime ... http://web2pyslices.pythonanywhere.com/ -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Is there any way to host PHP w/ Web2py on Nginx environment? PHP noob but long time Web2py user here

2014-12-29 Thread kenny c
Hello Web2py users, My site requires a JS script library that requires a PHP file and I just don't have any idea how I should enable PHP on my Web2py site. Is there any way to host PHP w/ Web2py on Nginx environment Ubuntu? Thank you. -- Resources: - http://web2py.com -

[web2py] looking for a way to import big csv data file into the database.

2014-10-06 Thread kenny c
I've been trying to import big csv file into the database by running the private script, but the system kills it for running too long.. I am running postgresql and I have also tried COPY query. However, I don't have id column for over 10million rows and Excel just dies on me if I try to input

[web2py] Help! Invalid request when the url has special characters in it. e.g. - abcd%2Bfdf.jpg

2014-07-26 Thread kenny c
I am currently working on generating a jpg file and the filename contains special characters in it. when the link to image file is www.somedomain.com/abcd%2Bfdf.jpg It gives invalid request error. I am currently using request.args to read the filename. I tried to understand routes.py but I

[web2py] invalid request error when the url address contains special characters.

2014-07-26 Thread kenny c
I have a website link that has special characters in it, e.g) www.asdfasdf.com/5%pic.jpg If I try to open this link, I get invalid request error. The reason that the link ends with jpg extension is that I am creating a jpg file with a Python library. Any help would be great. I tried to play