[web2py] Re: web2py_osx.zip seems way out of date ???

2018-02-23 Thread 'jim kaubisch' via web2py-users
On Wednesday, February 7, 2018 at 10:47:19 AM UTC-8, jim kaubisch wrote: > > Hi, > > I needed to directed my attention away from my web2py project a few months > ago but am now trying to get back into it. > A wise Step 1 would seem to be to update from 2.14.6 to the current > version (2.16.1

[web2py] Re: web2py_osx.zip seems way out of date ???

2018-02-23 Thread 'jim kaubisch' via web2py-users
Thanks for the reply, Dave. There have been a number of issues surrounding the last couple of versions of Mac OS which come down to the fact that Apple has tightened security of the core of the system, As a result of that, some third party code doesn't always run because its trying to do

[web2py] cache response.render in views

2018-02-23 Thread 黄祥
according to book : http://web2py.com/books/default/chapter/29/04/the-core?search=response.render, the response.render is used in controllers, let say, my controller is contain nested loop and i decide to put it on views, but i don't want to lose the web2py cache function *e.g.*

[web2py] Re: Scheduler_Task Table Commit Issue (not Commiting) - Using queue_task and commit after

2018-02-23 Thread Fabrizzio Abogadoc
I'm using MySQL, I wasn't able to insert or queue in any way... but ... I've managed to solve the issue in the next way: Using the queue_task method, if the task is inserted, returns ID, if are errors we can check the field and the msg returned. Debugging the msgs, I've inferred that NOW

[web2py] Re: Trouble with reset password

2018-02-23 Thread Bryan Nahrwold
Thanks, Dave. That's helpful information. On Wednesday, 24 January 2018 10:07:04 UTC-7, Julian Sanchez wrote: > > I'm having troubles with the reset password functionality and I'm hoping > you guys can give me some pointers on what to check, or how to fix it > (version 2.16.1 stable, running

[web2py] Re: Python3 and uwsgi

2018-02-23 Thread Ari Lion BR Sp
if installing on aws ec2 - need to add this repo: https://packages.ubuntu.com/search?keywords=uwsgi-plugin-python3=names=artful=all Em sexta-feira, 23 de fevereiro de 2018 14:55:46 UTC-3, Ari Lion BR Sp escreveu: > > Hi, I have tryed a little bit, and got something...: > > >

[web2py] Re: web2py.scheduler.hpxyz#2791 - ERROR - we received a task that isn't there (15)

2018-02-23 Thread Pierre
it's worst than i thought: i increased tasks volume(100) with 3 up to 5 workers and now i get lot's of : *we received a task that isn't ther*e errors and a couple of *dead tasks *( queued forever ). bad bad bad i'll check if *python-rq* can help with this and if it can't i am done with

[web2py] Re: Python3 and uwsgi

2018-02-23 Thread Ari Lion BR Sp
Hi, I have tryed a little bit, and got something...: https://github.com/arisobel/web2py_scripts/blob/master/setup-web2py-nginx-p3-uwsgi-ubuntu.sh As I am new at all of this stuff, please better the code.

Re: [web2py] Error using Postgres

2018-02-23 Thread Morganti
Hi Dave, I found "pg8000" inside "gluon/contrib". In "gluon\packages\dal\pydal\adapters" I found the "postgres.py". So is it wrong? Do I need to move pg8000 to "gluon\packages\dal\pydal\adapters"? You said about socket. I have no idea how to do it. Thanks a lot your support! Best regards