[web2py] Re: Problem with IMG helper function

2012-06-25 Thread zeon
Hi Anthony, Unfortunately it does not work 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Traceback (most recent call last): File "C:\MyDev\web2py_src\gluon\restricted.py", line 204, in restricted ccode = compile2(code,layer) File "C:\MyDev\web2py_src\gluon\restricted.py", line 189, in compile2 retu

[web2py] Re: Problem with IMG helper function

2012-06-25 Thread Anthony
> > {{=IMG(_src=URL(r=request,c='static/images/',f=' > {{=movie.local_poster_link}}'), _height=150)}} > {{=IMG(_src=URL('static', 'images/%(local_poster_link)s' % movie, _height= 150)}} Anthony --