Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #34418

Re: mini browser with python

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <SRS0=vUlCXI=KA=inqvista.com=inq1ltd@eigbox.net>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.056
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'subject:python': 0.11; 'file,': 0.15; 'received:10.20.15.21': 0.16; 'received:bosmailout11.eigbox.net': 0.16; 'received:bosmailscan21.eigbox.net': 0.16; 'wrote:': 0.17; 'shell': 0.18; 'cc:2**0': 0.23; '&gt;': 0.23; 'machine': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'possibility': 0.27; 'lines': 0.28; 'run': 0.28; 'writes:': 0.29; 'convert': 0.29; 'thursday,': 0.30; 'window': 0.30; 'december': 0.32; 'help,': 0.32; 'could': 0.32; 'text,': 0.33; 'to:addr :python-list': 0.33; 'text': 0.34; 'open': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:71': 0.36; 'subject:with': 0.36; 'charset:us-ascii': 0.36; 'display': 0.36; 'url:rec-html40': 0.37; 'quite': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'john': 0.60; 'customer': 0.61; 'url:dtd': 0.81; 'url:strict': 0.91
X-Authority-Analysis v=2.0 cv=IJC1/HTG c=1 sm=1 a=tBhVt5JfE7ugWBZNhXZEsA==:17 a=spKFjZujUncA:10 a=2Cs5qbXtQ68A:10 a=OmMKortqy18A:10 a=tTExfe6FAAAA:8 a=7W0LKRrbYisA:10 a=8AHkEIZyAAAA:8 a=yWm4SR1DdgY2zZ8httoA:9 a=CjuIK1q_8ugA:10 a=VhVvL8HfBcoA:10 a=qMDZ_Ezp4_0A:10 a=SSmOFEACAAAA:8 a=yEIKuP_HTegVAu-trqoA:9 a=_W_S_7VecoQA:10 a=frz4AuCg-hUA:10 a=wvwjh2D_yuby2EAg:21 a=9UqFsMnAB6EOkiq4MrOclQ==:117
X-EN-OrigOutIP 10.20.18.19
X-EN-IMPSID YJGl1k00K0QhFXN01JGlb6
From inq1ltd <inq1ltd@inqvista.com>
To python-list@python.org
Subject Re: mini browser with python
Date Thu, 06 Dec 2012 13:15:21 -0500
User-Agent KMail/4.7.2 (Linux/2.6.37.6-24-desktop; KDE/4.7.2; i686; ; )
In-Reply-To <k9qk3a$94g$1@reader1.panix.com>
References <mailman.532.1354745770.29569.python-list@python.org> <mailman.567.1354808057.29569.python-list@python.org> <k9qk3a$94g$1@reader1.panix.com>
MIME-Version 1.0
Content-Type multipart/alternative; boundary="nextPart1641949.I0MPj7PHmU"
Content-Transfer-Encoding 7Bit
X-EN-UserInfo ea107384e720a598200e9790e8ca8002:9d89a6cbd5a73a41b134431a25286195
X-EN-AuthUser inq1ltd@inqvista.com
Sender inq1ltd <inq1ltd@inqvista.com>
X-EN-OrigIP 71.127.134.39
X-EN-OrigHost pool-71-127-134-39.rcmdva.east.verizon.net
Cc John Gordon <gordon@panix.com>
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.582.1354819641.29569.python-list@python.org> (permalink)
Lines 56
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1354819641 news.xs4all.nl 6943 [2001:888:2000:d::a6]:60965
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:34418

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Thursday, December 06, 2012 05:19:38 PM John Gordon 
wrote:
> In <mailman.567.1354808057.29569.python-list@python.org> 
inq1ltd <inq1ltd@inqvista.com> writes:
> > Right now I need some way to display
> > 15 to 20 lines of html in its own window or
> > as part of my screen.
> 
> Could you open a shell window and run a text web browser 
such as Lynx?

That is a possibility but then every machine
will have to have Lynx.  That is not quite
what the customer wants.
  
Also, I can download the site to a file, convert 
the data to text,  then display it in a Text widget. 

I appreciate the help,
Regards,
jimonlinux

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

mini browser with python inq1ltd <inq1ltd@inqvista.com> - 2012-12-05 16:44 -0500
  Re: mini browser with python John Gordon <gordon@panix.com> - 2012-12-05 22:56 +0000
  Re: mini browser with python Hans Mulder <hansmu@xs4all.nl> - 2012-12-06 01:52 +0100
    Re: mini browser with python inq1ltd <inq1ltd@inqvista.com> - 2012-12-06 10:32 -0500
      Re: mini browser with python John Gordon <gordon@panix.com> - 2012-12-06 17:19 +0000
        Re: mini browser with python inq1ltd <inq1ltd@inqvista.com> - 2012-12-06 13:15 -0500
        Re: mini browser with python Terry Reedy <tjreedy@udel.edu> - 2012-12-06 15:15 -0500
  Re: mini browser with python inq1ltd <inq1ltd@inqvista.com> - 2012-12-07 11:37 -0500

csiph-web