Withn cherrypy (web2py standalone) it works right.
Maybe the mod wsgi handler? any suggestion? thanks
alex f
--
Alejandro Fanjul Fdez.
alex....@gmail.com
www.mhproject.org
def peekfile(path,file):
return
A(file.replace('\\','/'),_href=URL(r=request,f='peek/%s/%s/%s' % (app,
path, file.replace('\\','/'))))
in [line 5] \web2py\applications\admin\views\default\design.html
Acoording to byteofpython book, you have to use an escape sequence
forusing a" double quote itself" in a "double quoted string" (not with
single quote strings), but maybe your code is a matter of linux paths,
or something...
Do I really corrected my first bug in open source community?? :-O ,
likely not. :-D, but it works for me...
alex F