From: Alexis O'C. <ale...@co...> - 2005-05-24 15:30:13
|
Alexis O'Connor wrote: > Alistair Young wrote: > >> there's a new one in head - if you want to try it on windows - you'll >> need to delete any compiled templates first to get rid of the old >> problem this addresses. >> >> if those with windows machines could let me know if it helps... >> >> Alistair >> > > Not quite, my diagnosis was slightly wrong :-(. > > It's to do with escaping the backslash in strings, so actually we're > closer than we were before. I attach the contents of the compilation > error file. > > Alexis Or (replying to my own post) you could get the Localiser constructor to accept a file name in URL format, e.g. file://[...]. Outputting the path in URL format would clearly circumvent the 'escaping backslashes in strings' problem. Alexis |