Re: how to creating html files with python

2007-10-27 Thread paul
krishnakant Mane schrieb: [snip] > so instead of I doing the concatination myself, python makes it easy. > and I will have lot of complex tables etc to do like this. > so please help me choose one. Did you actually looked for a template language as suggested here? Now to make your life easier: If

Re: how to creating html files with python

2007-10-27 Thread krishnakant Mane
hi George, On 27/10/2007, George Sakkis <[EMAIL PROTECTED]> wrote: > On Oct 27, 12:12 pm, "krishnakant Mane" <[EMAIL PROTECTED]> > wrote: > > > I have one strange requirement, > > I need to create html files through python and add some data from the > database. > > The only strange thing here is t

Re: how to creating html files with python

2007-10-27 Thread BartlebyScrivener
On Oct 27, 12:02 pm, George Sakkis <[EMAIL PROTECTED]> wrote: > The only strange thing here is that you think this is a strange > requirement :) This is quite typical, and practically required for web > development. I was wondering about this myself the other day. Suppose you wanted to get by on

Re: how to creating html files with python

2007-10-27 Thread George Sakkis
On Oct 27, 12:12 pm, "krishnakant Mane" <[EMAIL PROTECTED]> wrote: > I have one strange requirement, > I need to create html files through python and add some data from the > database. The only strange thing here is that you think this is a strange requirement :) This is quite typical, and pract

Re: how to creating html files with python

2007-10-27 Thread Diez B. Roggisch
krishnakant Mane schrieb: > hello, > I have one strange requirement, > I need to create html files through python and add some data from the > database. > it is a GUI based application developed in WX python. > and the reports need to come out in html for some strange reason which > is off topic t