Re: [web2py] Re: Upload CSV file though app admin getting an error in 2.17.2

2018-12-31 Thread sandeep patel
Please Refer attached image. Seeing a flash message from web2py unable to parse CSV. iterator should return strings, not bytes (did you open the file in text mode?) Thanks On Tue, Jan 1, 2019 at 12:39 PM Dave S wrote: > On Monday, December 31, 2018 at 10:17:38 PM UTC-8, sandeep patel wrote:

[web2py] Re: Upload CSV file though app admin getting an error in 2.17.2

2018-12-31 Thread Dave S
On Monday, December 31, 2018 at 10:17:38 PM UTC-8, sandeep patel wrote: > > Hello All, > I am getting an error while uploading a CSV file to table though app > admin. > > [image: error.PNG] > > > I am using python3.6 and web2py 2.17.2. > > Thanks > SP > What is the error? CSV uploads don't aut

[web2py] Upload CSV file though app admin getting an error in 2.17.2

2018-12-31 Thread sandeep patel
Hello All, I am getting an error while uploading a CSV file to table though app admin. [image: error.PNG] I am using python3.6 and web2py 2.17.2. Thanks SP -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://cod

[web2py] Re: An Easy way to Support ADFS / AZURE / OKTA / Sibboleth and other SAML2 SSO Scenarios

2018-12-31 Thread 黄祥
cant access http://testshib.org following https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall *not succeed* docker pull debian docker run -it debian /bin/bash apt update apt install -y default-jdk curl unzip export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre/ curl -L -O -C - htt

Re: [web2py] Re: multiple grids per one page

2018-12-31 Thread Eliezer (Vlad) Tseytkin
originally I saw it elsewhere, but have just located it in the book: Multiple grids per controller function Because of the way grid works one can only have one grid per controller function, unless they are embedded as components via LOAD. To make the default search grid work in more than one LOAD

[web2py] Re: multiple grids per one page

2018-12-31 Thread jonathan . clark
Where is that warning? I also have multiple grids per page which work well. -- 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 bec

[web2py] multiple grids per one page

2018-12-31 Thread Vlad
I just came across a warning that only one grid can be used per a controller. I wasn't aware of this before, and on one page I have 4 grids which work perfectly fine. Is it some specific functionality that doesn't work right with multiple grids? Also, if I specify a unique name (formname p

[web2py] Re: An Easy way to Support ADFS / AZURE / OKTA / Sibboleth and other SAML2 SSO Scenarios

2018-12-31 Thread Pbop
The key thing to understand when using the Shibboleth SP is that you are protecting a virtual folder. When you land on that folder, which can also be a web2py route, the SP checks to see if you are authenticated and if not sends you to the IDP. Only once you are authenticated does the end point

Re: [web2py] Making my binary standalone apps function faster

2018-12-31 Thread 黄祥
perhaps profiling can help you understand what's going on your app and fix it base on that report pls try web2py efficiency tricks ref: http://web2py.com/books/default/chapter/29/13/deployment-recipes#Efficiency-and-scalability best regards, stifan -- Resources: - http://web2py.com - http://we

Re: [web2py] Making my binary standalone apps function faster

2018-12-31 Thread Lovedie JC
I'm an amateur but learned that using gpu, docker platforms work well. Of course some good coding. On Mon, 31 Dec 2018, 09:09 mostwanted Hi guys, I develop a-lot of stand alone apps with web2py but my problem is > that i find the performing slower, every-time there is data entry or a > query it t