On Mar 2, 2011, at 11:10 PM, Johann Spies wrote: > On 3 March 2011 08:39, Jonathan Lundell <[email protected]> wrote: > > The fix (until the next version, anyway) is to change calls like > URL('static/image', 'file') to URL('static', 'image/file'). The reason is > that 'static' is treated as the name of the controller directory, and > 'static/image' isn't recognized in the current version. > > Thanks. This fix worked for me.
Glad to hear it. This one was driving me nuts.

