[web2py] Displaying images with their title in a for statement in an image slideshow

2020-05-18 Thread mostwanted
I came across a that displays all the images in a db in a form of slide show. Every-time the user clicks a number a corresponding image appears. The issue is that only the first image appears its title, every other image that follows displays without its title but i need the titles to tell

[web2py] Re: CON Abandoned framework with (almost) no community

2020-05-18 Thread Scott Hunter
One constructive way to counter this "argument" might be to contribute a web2py entry (frontend and/or backend) to https://github.com/gothinkster/realworld On Sunday, May 17, 2020 at 5:10:31 PM UTC-4, Ramos wrote: > > How is that possible ? >

[web2py] Re: LOAD in web2py 2.14 and 2.19.1

2020-05-18 Thread Jim S
Can you narrow it down? Did it happen because you went to 2.19.1 or because you went to python 3.7? -Jim On Monday, May 18, 2020 at 9:43:43 AM UTC-5, Annet wrote: > > After upgrading to web2py 2.19.1 and switching to python 3.7 the > following no longer works. > > I have a controller main with

[web2py] LOAD in web2py 2.14 and 2.19.1

2020-05-18 Thread 'Annet' via web2py-users
After upgrading to web2py 2.19.1 and switching to python 3.7 the following no longer works. I have a controller main with an index function that builds a scaffold with header, content and footer. The index function returns a variable: content = LOAD('home', 'index', args=[vertexid, typeid,

Re: [web2py] web2py read from .npy file

2020-05-18 Thread Maurice Waka
I got the answer to this. I had imported a wrong file. Regards On Sun, May 17, 2020, 10:40 Maurice Waka wrote: > I'm trying to read a list from a .npy file. The content in text.npy fileis > a list. > > > > content = open(os.path.join(current.request.folder, 'modules', 'text.npy' > ),