Re: [web2py] THUMB function in contrib - bug

2013-04-21 Thread Tito Garrido
I have fixed it adding '/uploads/', this way also works, but it needs to be fixed in contrib, I guess Massimo can do that. Regards, Tito On Sun, Apr 21, 2013 at 6:45 PM, Ricardo Pedroso wrote: > On Sun, Apr 21, 2013 at 10:35 PM, Tito Garrido > wrote: > > Hi Folks, > > > > I was trying to use

Re: [web2py] THUMB function in contrib - bug

2013-04-21 Thread Ricardo Pedroso
On Sun, Apr 21, 2013 at 10:35 PM, Tito Garrido wrote: > Hi Folks, > > I was trying to use THUMB function following Bruno's tutorial for python RQ > and I got: > > File "/root/web2py/gluon/contrib/imageutils.py", line 54, in THUMB > img = Image.open(request.folder + 'uploads/' + image) > Fi

[web2py] THUMB function in contrib - bug

2013-04-21 Thread Tito Garrido
Hi Folks, I was trying to use THUMB function following Bruno's tutorial for python RQ and I got: File "/root/web2py/gluon/contrib/imageutils.py", line 54, in THUMB img = Image.open(request.folder + 'uploads/' + image) File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1952, in ope