Re: Question on templates and python logging

2010-04-03 Thread Gabriel Genellina
En Sat, 03 Apr 2010 20:42:20 -0300, David LePage escribió: The problem that i'm trying to solve is taking data collected along the way and outputting this into these HTML pages. [...] I was hoping I could tie the logging classes into something like this, where I was leveraging an HTML tem

Question on templates and python logging

2010-04-03 Thread David LePage
Hi - I have been struggling with this problem for quite some time and was hoping somebody could give me some pointers. I have a wxPython front end wizard that collects some information and outputs some HTML pages (not hosted by a web server, but viewable locally on the machine running the appli