Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.040 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'python': 0.09; 'whichever': 0.09; 'subject:python': 0.11; 'htmlparser': 0.16; 'received:10.20.18.7': 0.16; 'received:bosauthsmtp07.eigbox.net': 0.16; 'wrote:': 0.17; 'module,': 0.17; 'code,': 0.18; 'module': 0.19; 'question.': 0.20; 'file.': 0.20; 'wednesday,': 0.22; 'help.': 0.22; 'cc:2**0': 0.23; '>': 0.23; 'connected': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'question': 0.27; 'words': 0.29; 'december': 0.32; 'file': 0.32; 'help,': 0.32; 'page.': 0.33; 'web,': 0.33; 'to:addr:python-list': 0.33; 'likely': 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; 'why': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'save': 0.61; 'dedicated': 0.61; 'more': 0.63; 'url:dtd': 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=7W0LKRrbYisA:10 a=xqX9TbULGIP_iOQ3j5kA:9 a=CjuIK1q_8ugA:10 a=SSmOFEACAAAA:8 a=_W_S_7VecoQA:10 a=frz4AuCg-hUA:10 a=ZtItsbs7a1eLy6Gs:21 a=x8qw8EAkfcRkIpZA8Q87Bg==:117 X-EN-OrigOutIP: 10.20.18.7 X-EN-IMPSID: XxhS1k003099BUA01xhSY9 From: inq1ltd To: python-list@python.org Subject: Re: mini browser with python Date: Wed, 05 Dec 2012 16:40:16 -0500 User-Agent: KMail/4.7.2 (Linux/2.6.37.6-24-desktop; KDE/4.7.2; i686; ; ) In-Reply-To: <50bfb992$0$6957$e4fe514c@news2.news.xs4all.nl> References: <50bfb992$0$6957$e4fe514c@news2.news.xs4all.nl> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="nextPart1706055.TrhiltTeIn" Content-Transfer-Encoding: 7Bit X-EN-UserInfo: ea107384e720a598200e9790e8ca8002:9d89a6cbd5a73a41b134431a25286195 X-EN-AuthUser: inq1ltd@inqvista.com Sender: inq1ltd X-EN-OrigIP: 71.127.143.15 X-EN-OrigHost: pool-71-127-143-15.rcmdva.east.verizon.net Cc: Hans Mulder X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 116 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354745726 news.xs4all.nl 6973 [2001:888:2000:d::a6]:49046 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34334 --nextPart1706055.TrhiltTeIn Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Wednesday, December 05, 2012 10:15:58 PM Hans Mulder wrote: > On 5/12/12 20:36:04, inq1ltd wrote: > > Python help. > > ????? This is not a Python question. > > > I can connect to and download a web page, > > html code, and save it to a file. If connected > > to the web, I can use KWrite to open the file > > and navigate the page. > > > > I want to view the html file without using a browser > > or KWrite as I do now. > > > > In other words I need a mini, simple browser; > > something I can build that will open, read and > > display a saved html file. > > Why don't you use the browser you already know? > > > I would appreciate some direction. > > You're more likely to get good recommendations on > a forum dedicated to whichever OS you are using. If this is not a Python question what is the purpose of the htmllib module, or the sgmllib module, or the formatter module, or the htmlentitydef module or the HTMLParser module and others that are available for python?? regards, jimonlinux > > > > Hope this help, > > -- HansM --nextPart1706055.TrhiltTeIn Content-Transfer-Encoding: 7Bit Content-Type: text/html; charset="us-ascii"

On Wednesday, December 05, 2012 10:15:58 PM Hans Mulder wrote:

> On 5/12/12 20:36:04, inq1ltd wrote:

> > Python help.

>

> ????? This is not a Python question.

>

> > I can connect to and download a web page,

> > html code, and save it to a file. If connected

> > to the web, I can use KWrite to open the file

> > and navigate the page.

> >

> > I want to view the html file without using a browser

> > or KWrite as I do now.

> >

> > In other words I need a mini, simple browser;

> > something I can build that will open, read and

> > display a saved html file.

>

> Why don't you use the browser you already know?

>

> > I would appreciate some direction.

>

> You're more likely to get good recommendations on

> a forum dedicated to whichever OS you are using.

If this is not a Python question what is

the purpose of the htmllib module, or the sgmllib module,

or the formatter module, or the htmlentitydef module or

the HTMLParser module and others that are available

for python??

 

regards,

 

jimonlinux

 

 

 

 

 

 

 

 

 

 

 

>

>

>

> Hope this help,

>

> -- HansM

--nextPart1706055.TrhiltTeIn--