The fix I think is simple.  Looks like this:

def url(tgpath, tgparams=None, **kw):
    ...
    if tgpath.startswith("/"):
        ...
        result = cherrypy.config.get("server.webpath", "") + tgpath
    else:
        result = tgpath
...

Randall


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to