Maybe something with this?
def peekfile(path,file):
     return 
A(file.replace('\\\\','/'),_href=URL(r=request,f='peek/%s/%s/%s' % (app, 
path, file)))

El 22/07/2009 20:31, Alex Fanjul escribió:
> Hello,
> when I tray to view or edit an html code clicking in the name (ie: 
> default/index.html [edit | htmledit | delete]) from the admin page, 
> the system complains saying "Not Found URL" because the URL has "\" 
> character at the end 
> (http://localhost/admin/default/peek/welcome/views/default\index.html), if 
> I turn to "/" it works.
> My enviroment: Windows + Apache + mod_wsgi + web2py 1.65.5
>
> Withn cherrypy (web2py standalone) it works right.
>
> Maybe the mod wsgi handler? any suggestion? thanks
> alex f
>
>

-- 
Alejandro Fanjul Fdez.
alex.fan...@gmail.com
www.mhproject.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to