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

2019-01-01 Thread Donald McClymont
There is an open issue #2015 about this and some proposed changes that get it working on python 3 - however would like some confirmation that this is the best way to fix it. https://github.com/web2py/web2py/issues/2015 Donald -- Resources: - http://web2py.com - http://web2py.com/book (Documen

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