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


Groups > comp.lang.python > #34335

mini browser with python

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <SRS0=S/jEDl=J7=inqvista.com=inq1ltd@eigbox.net>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.138
X-Spam-Level *
X-Spam-Evidence '*H*': 0.73; '*S*': 0.00; 'purpose.': 0.07; 'python': 0.09; 'subject:python': 0.11; '(just': 0.16; 'settings': 0.16; 'code,': 0.18; 'to:name:python-list@python.org': 0.20; 'file.': 0.20; 'help.': 0.22; 'connected': 0.24; 'header:User-Agent:1': 0.26; 'words': 0.29; 'file': 0.32; 'web,': 0.33; 'to:addr:python- list': 0.33; 'saved': 0.35; 'open': 0.35; 'something': 0.35; '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; 'some': 0.38; 'received:10': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'build': 0.39; 'save': 0.61; 'dedicated': 0.61; 'customer': 0.61; 'direct': 0.69; 'url:dtd': 0.81; 'browser.': 0.81; 'open,': 0.84; 'navigate': 0.91; 'url:strict': 0.91
X-Authority-Analysis v=2.0 cv=IJC1/HTG c=1 sm=1 a=76ABYSaCnowctWOjaTTU1Q==:17 a=spKFjZujUncA:10 a=2Cs5qbXtQ68A:10 a=OmMKortqy18A:10 a=tTExfe6FAAAA:8 a=wCc7elR5DDsA:10 a=Bg3ITmyEemAuGKqFokkA:9 a=CjuIK1q_8ugA:10 a=SSmOFEACAAAA:8 a=8-Q_umW6dlMKpXSXUs4A:9 a=_W_S_7VecoQA:10 a=frz4AuCg-hUA:10 a=NsbDUIPylVXX1CDX:21 a=hsonH7E3nOZjOFuRJksPKA==:117
X-EN-OrigOutIP 10.20.18.18
X-EN-IMPSID XxlW1k0030PPbB601xlWEj
From inq1ltd <inq1ltd@inqvista.com>
To "python-list@python.org" <python-list@python.org>
Subject mini browser with python
Date Wed, 05 Dec 2012 16:44:21 -0500
User-Agent KMail/4.7.2 (Linux/2.6.37.6-24-desktop; KDE/4.7.2; i686; ; )
MIME-Version 1.0
Content-Type multipart/alternative; boundary="nextPart14285693.OoRvMSxvFV"
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.143.15
X-EN-OrigHost pool-71-127-143-15.rcmdva.east.verizon.net
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.532.1354745770.29569.python-list@python.org> (permalink)
Lines 69
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1354745770 news.xs4all.nl 6984 [2001:888:2000:d::a6]:49531
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:34335

Show key headers only | View raw


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

Python help.

I can connect to and download a web page,
html code, and save it to a file.  If connected 
to the web, I can change the settings on  KWrite 
to open the file and navigate the page, 
 (just like a browser does).

I want to view the html file without using a browser 
or KWrite as I do now. 

Customer wants a direct connect to a dedicated 
website.  Their clients can be using any 
browser. This gives them a a direct connect to 
a dedicated website for a specific purpose.
  
In other words I need a mini, simple browser; 
something I can build that will open, read and 
display a saved html or the connected url site.

I would appreciate some direction.



jimonlinux

  

Back to comp.lang.python | Previous | NextNext 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