I am using url dispatch with Pyramid (I came from Pylons). Is there any way to generate a route path without the request? I am using Formalchemy and need to have a link in a custom fieldset (FieldSets are instantiated on startup as it is the best practice for Formalchemy), but there is no request to pass to route_path.
What is the best practice for generating URLs without the request? Should I be using a string literal for the path? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
