I have written a web2py application that creates a website for eg an artist. It has a home page, biography and contact page plus it has galleries. Each gallery has pictures, pictures can be clicked on and viewed, and one can go from one picture to the next.
It could be used just for photographs. It works as is, but I am currently developing it. You can look at the code here: https://github.com/hutchi0/web2py-for-fluxflex To see a working demo of a very similar version go to. ukjazz.net/gallery. I will announce it properly later, but it might well help you now. It does not use lightbox, It is just python and web2py. It does use PIL It works on fluxflex. You can just deploy the repository onto fluxflex and you should have a working gallery. You would probably wise to fork it, otherwise you will get my changes in the future. Two things that might be interesting, are building thumbnails automatically, and using ckeditor, so there is Wysiwyg for editing the biography and home page. The idea of this application is tha artist, or photographer or whoever can manage the site themselves. Peter On Feb 24, 8:56 pm, Chris Hawkes <[email protected]> wrote: > Noobmusic.com uses lightbox with Google app engine. You probably need to > show us the entire page you are trying to get to work. Your problem is > probably something to do with class names or JavaScript includes. > > Sent from my Samsung smartphone on AT&T > > > > > > > > Anthony <[email protected]> wrote: > >Lightbox is a client-side Javascript library and doesn't really have > >anything to do with web2py -- as long as you set it up properly, it should > >work with web2py (or any backend framework). If you show some code, though, > >perhaps we can figure out the problem. > > >Anthony > > >On Friday, February 24, 2012 1:08:23 PM UTC-5, Adriano Almeida wrote: > > >> Hi folks, > > >> I have been trying to create a image gallery for a website that I´ll > >> be hosting on GAE. I am trying to use > >>http://lokeshdhakar.com/projects/lightbox2/ > >> but I cannot make it work. > > >> When clicking on the link the would open the box and the fotos nothing > >> happens. > > >> Is there anybody that could make web2py and the lightbox work > >> together? > > >> Thanks in advance

