Re: Using Mako 2

2007-05-16 Thread Philip Jenvey
On May 16, 2007, at 1:03 AM, voltron wrote: > > I did some poking around. This is the Pylons debug: > > CompileException: Could not read template using encoding of 'ascii'. > Did you forget a magic encoding comment? in file 'D:\Projects > \Pylons_projects\test\test\templates/standard.html' at li

Re: Using Mako 2

2007-05-16 Thread voltron
Thanks Bruno, I have read that. In a thread a few days ago I asked questions about it, see this thread: http://groups.google.com/group/pylons-discuss/browse_thread/thread/bceff9ef23772e5d/35aa3a21e4ce3e43?lnk=st&q=&rnum=30#35aa3a21e4ce3e43 The thing is, in the thread, 2 people mentioned that it

Re: Using Mako 2

2007-05-16 Thread [EMAIL PROTECTED]
On 16 mai, 10:03, voltron <[EMAIL PROTECTED]> wrote: > I did some poking around. This is the Pylons debug: > > CompileException: Could not read template using encoding of 'ascii'. > Did you forget a magic encoding comment? in file 'D:\Projects > \Pylons_projects\test\test\templates/standard.html

Re: Using Mako 2

2007-05-16 Thread voltron
I did some poking around. This is the Pylons debug: CompileException: Could not read template using encoding of 'ascii'. Did you forget a magic encoding comment? in file 'D:\Projects \Pylons_projects\test\test\templates/standard.html' at line: 0 char: 0 1 http://www.w3.org/TR/html4/loose.dtd";> 2

Re: Using Mako 2

2007-05-16 Thread voltron
Could someone help me out with this problem? Its a Mako template that does not render. Thanks Restarting Starting server in PID 2504. serving on 0.0.0.0:5000 view at http://127.0.0.1:5000 Debug at: http://localhost:5000/_debug/view/1179300848 ---

Re: Using Mako 2

2007-05-15 Thread voltron
Maybe I spoke too soon, on Ubuntu, it still just dies outright :-( On May 15, 9:50 am, voltron <[EMAIL PROTECTED]> wrote: > Hi all > > I asked a question a while back about using Mako templates, in the > thread, it was suggested that one should leave these lines out > completely: > > # The foll

Using Mako 2

2007-05-15 Thread voltron
Hi all I asked a question a while back about using Mako templates, in the thread, it was suggested that one should leave these lines out completely: # The following template options are passed to your template engines #tmpl_options = {} #tmpl_options['myghty.log_errors'] = True #tmpl_options['my