Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30717
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'django.': 0.05; 'subject:How': 0.09; 'received:mail-vb0-f46.google.com': 0.09; 'subject:python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'oct': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'received:209.85.212.46': 0.18; 'question.': 0.20; 'tells': 0.22; 'second': 0.24; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'ball': 0.29; 'probably': 0.29; 'framework': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'detail': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'first': 0.61; 'kind': 0.61; 'more': 0.63; 'browser.': 0.81 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Y37gmfmd/fPrqfTHYj+3E7VQMzD1L4lMowtoI6rHvPA=; b=mh/ZZGmRuCZA0D62uJjCspbaSHjFYMsumk7OnoVBp1DRQ1MNk32OMfMYRDr5rtgpfS 9yj1mld3B7A8XQNdULFgbNTAWBiZLNJOhV3rrmLtNgwN6Zt13NFgoMlbWcMxEOYKC4S5 OqBehlXGvEYU/zztdbjXOS/TquvOowfdUOippwAy2KQa5y6fiVo4fY5C8PeDHYUPg3ai 5E7Ke6EhIHd/6jhNzJ5uCRRNGiLRYdgL1WhNR7cN6Gjkwm1jcMv8RGZyCWkjXYmcfLBD oUITLm0aSLOiBQXYziRPdsdWzPemx3njb8uQiCt35nl9Px5Gm4qwEVnYMJ4U/QFWFn2+ ckWQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <4d096ff3-e25f-400e-89c6-47483aaacc0d@googlegroups.com> |
| References | <4d096ff3-e25f-400e-89c6-47483aaacc0d@googlegroups.com> |
| Date | Thu, 4 Oct 2012 21:30:53 +1000 |
| Subject | Re: How to print html in python the normal way |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1791.1349350257.27098.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1349350257 news.xs4all.nl 6966 [2001:888:2000:d::a6]:50380 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:30717 |
Show key headers only | View raw
On Thu, Oct 4, 2012 at 9:24 PM, <ashishjain.ash@gmail.com> 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 is this correct? Lots more detail, please! ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to print html in python the normal way ashishjain.ash@gmail.com - 2012-10-04 04:24 -0700
Re: How to print html in python the normal way Chris Angelico <rosuav@gmail.com> - 2012-10-04 21:30 +1000
Re: How to print html in python the normal way Ramchandra Apte <maniandram01@gmail.com> - 2012-10-04 06:11 -0700
Re: How to print html in python the normal way Joel Goldstick <joel.goldstick@gmail.com> - 2012-10-04 09:19 -0400
Re: How to print html in python the normal way Ramchandra Apte <maniandram01@gmail.com> - 2012-10-04 06:11 -0700
Re: How to print html in python the normal way ashishjain.ash@gmail.com - 2012-10-05 01:20 -0700
Re: How to print html in python the normal way ashishjain.ash@gmail.com - 2012-10-05 01:20 -0700
csiph-web