On Apr 4, 2011, at 2:54 PM, pk wrote: > > oh ok i will try it, but why works that fine on my local system??? 8] > it is both the same app / file
The Python bug you linked to was that some versions did *not* give the error you're getting. Fixed in 2.6. > > On 4 Apr., 23:15, Jonathan Lundell <[email protected]> wrote: >> On Apr 4, 2011, at 2:04 PM, pk wrote: >> >> >> >>> my view: >> >>> <div class="portfolio"> >>> <p><img src="{{=URL('static','images/bewertung.png')}}" alt="WOGRA >>> Consulting - Bewertung"/></p> >>> <div class="clear"></div> >>> </div> >>> {{for angestellte in mitarbeiter:}} >>> <div class="portfolio"> >>> <a href="{{=URL(r=request,f='bewertung',f='einzelmitarbeiter', >> >> This is the error; you've got two f= arguments. Did you mean c= for one of >> them? >> >> >> >> >> >> >> >>> args=[angestellte.id])}}" rel="prettyPhoto[photos]" title=" >>> {{=angestellte.first_name}} {{=angestellte.last_name}}"><img >>> src="{{=URL(r=request,f='download',args=[angestellte.picture])}}" >>> alt="" class="i-portfolio p-left"/></a> >>> </div> >>> {{pass}} >> >>> On 4 Apr., 23:00, pk <[email protected]> wrote: >>>> here is a link of the bug:http://bugs.python.org/issue3219 >> >>>> On 4 Apr., 23:00, pk <[email protected]> wrote:

