Re: How to print html in python the normal way

2012-10-05 Thread ashishjain . ash
Hi, Thanks for the reply. Apologies for my question not clear. Yes I am using django framework for it. - Regards Ashish -- http://mail.python.org/mailman/listinfo/python-list

Re: How to print html in python the normal way

2012-10-04 Thread Joel Goldstick
On Thu, Oct 4, 2012 at 9:11 AM, Ramchandra Apte wrote: > On Thursday, 4 October 2012 17:00:57 UTC+5:30, Chris Angelico wrote: >> On Thu, Oct 4, 2012 at 9:24 PM, wrote: >> >> > am I missing something. >> >> You should look at the built in django tags, and learn about them before writing your own

Re: How to print html in python the normal way

2012-10-04 Thread Ramchandra Apte
On Thursday, 4 October 2012 17:00:57 UTC+5:30, Chris Angelico wrote: > On Thu, Oct 4, 2012 at 9:24 PM, wrote: > > > am I missing something. > > > > The first thing you're missing is more detail in your question. My > > crystal ball tells me you're using some kind of web framework and > > v

Re: How to print html in python the normal way

2012-10-04 Thread Chris Angelico
On Thu, Oct 4, 2012 at 9:24 PM, wrote: > am I missing something. The first thing you're missing is more detail in your question. My crystal ball tells me you're using some kind of web framework and viewing this in your browser. And my second crystal ball suggests that it's probably Django. But i