[web2py] Re: web2py 2.17.1

2018-10-06 Thread Leonel Câmara
Dave see: https://github.com/web2py/web2py/pull/2030 I've fixed many minor incompatibility problems with 2.17.1 this was one of them. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/iss

[web2py] Default web2py menu doesn't drop down on mobile or display on narrow desktop browser

2018-10-06 Thread greenpython . py
Default welcome app displays the "three bars" on the right, containing the condensed menu. The collapsed menu icon displays by default on mobile and is the only way to view the menu. Tapping on that icon does not display the menu on mobile. On desktop, adjust your browser width until the menu c

[web2py] Re: AWS Lambda Serverless and Zappa

2018-10-06 Thread arafay . knysys
Hi there, Can you please tell me the procedure of migrating the web2py app in AWS Lamda or provide me a link that you are following ?? On Saturday, September 8, 2018 at 12:30:28 PM UTC+5, appj...@gmail.com wrote: > > I am trying to migrate my Web2Py app from Heroku to AWS Lambda, using > Zappa

[web2py] Reset admin password and location of admin lock

2018-10-06 Thread greenpython . py
web2py running on nginx + uwsgi + python3 http://localhost/admin worked for several days, then rejected password attempted password reset with: python3 -c "from gluon.main import save_password; save_password(raw_input('admin password: '),443)" admin rejected new password ran web2py with rock

[web2py] how can i write a PIL image object to pdf using fpdf?

2018-10-06 Thread Jorge Luis Hernández Dueñas
Hello, I am using the qrcode library to generate a qr code and then display it in a pdf. For this I use the fpdf library but when I pass the image it shows me the following error: FPDF error: Unsupported image type: pdf Here I show you the method to generate the qr code: *def ge

[web2py] Validation error for IS_DATE

2018-10-06 Thread greenpython . py
db.define_table('test', Field('expected_date', 'date', requires=IS_DATE)) def index(): form = SQLFORM(db.test) if form.process().accepted: response.flash = T("Success") return locals() Using the pop-up widget, a date such as 2018-09-01 is selected. Form submit fails with

[web2py] Failed button sqlform.grid with oracle_cx

2018-10-06 Thread juancarlos . lopez
Hello everybody! I have a problem with oracle_cx. The problem is when i use the connection oracle_cx, the buttons of SQLFORM.grid are hidden. (All is ok when i use Mysql or SQlite) I dont understand this problem. If i use factory, i can see the form but the button of send no save the dates. I

[web2py] Web2py Oracle

2018-10-06 Thread benito . pena
Hello guys, we have a problem when we change the connection from SQLite or Mysql to Oracle in a project with Web2py. We can not to do login and if we show any view of any controller ,the layout no show buttons "New or Edit" , we use SQLFORM.grid(), any suggestions? The connection is ok, we can

[web2py] Re: Postgres migration errors

2018-10-06 Thread Massimo Di Pierro
Please try again. The problem should be fixed. -- 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 th

[web2py] Re: Err while trying to submit a new web2py site

2018-10-06 Thread Massimo Di Pierro
fixed On Sunday, 30 September 2018 21:52:15 UTC-7, Rahul wrote: > > Oops.. Looks like a low priority issue ;-) > > Thanks! > Rahul > > On Monday, September 17, 2018 at 12:01:43 PM UTC+5:30, Rahul wrote: >> >> Hi Everyone, >> Any updates on this yet ? >> >> Rahul >> >> On Tuesday, Septe

[web2py] Re: web2py 2.17.1

2018-10-06 Thread Massimo Di Pierro
web2py 2.17.2 is out and it includes this fix. Thanks Leonel. On Saturday, 6 October 2018 03:54:56 UTC-7, Leonel Câmara wrote: > > Dave see: > https://github.com/web2py/web2py/pull/2030 > > I've fixed many minor incompatibility problems with 2.17.1 this was one of > them. > -- Resources: - http

[web2py] Re: Problem with admin debugger still in 2.17.1

2018-10-06 Thread Massimo Di Pierro
We will address this in 2.17.3 On Friday, 5 October 2018 13:52:17 UTC-7, David Manns wrote: > > I occasionally use the admin debugger package to investigate problems when > running in my test environment on Windows 10 using the source distribution > of web2py and Python 2.7 > > When I place a br

[web2py] 2.17.2 is out

2018-10-06 Thread Massimo Di Pierro
many small bug fixes. Many thanks to Paolo and Leonel. -- 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 subscrib

[web2py] Re: Validation error for IS_DATE

2018-10-06 Thread Leonel Câmara
It should be requires=IS_DATE() what you have is: requires=IS_DATE -- 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 y