Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #34317 > unrolled thread
| Started by | inq1ltd <inq1ltd@inqvista.com> |
|---|---|
| First post | 2012-12-05 14:36 -0500 |
| Last post | 2012-12-05 13:13 -0800 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.lang.python
mini browser with python inq1ltd <inq1ltd@inqvista.com> - 2012-12-05 14:36 -0500
Re: mini browser with python Miki Tebeka <miki.tebeka@gmail.com> - 2012-12-05 13:13 -0800
Re: mini browser with python Hans Mulder <hansmu@xs4all.nl> - 2012-12-05 22:15 +0100
Re: mini browser with python Grant Edwards <invalid@invalid.invalid> - 2012-12-05 21:41 +0000
Re: mini browser with python inq1ltd <inq1ltd@inqvista.com> - 2012-12-05 16:40 -0500
Re: mini browser with python Miki Tebeka <miki.tebeka@gmail.com> - 2012-12-05 13:13 -0800
| From | inq1ltd <inq1ltd@inqvista.com> |
|---|---|
| Date | 2012-12-05 14:36 -0500 |
| Subject | mini browser with python |
| Message-ID | <mailman.520.1354738057.29569.python-list@python.org> |
[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 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. I would appreciate some direction. jimonlinux
[toc] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2012-12-05 13:13 -0800 |
| Message-ID | <0304ca54-c6f3-43de-a224-2d80746c465a@googlegroups.com> |
| In reply to | #34317 |
> In other words I need a mini, simple browser; > something I can build that will open, read and > display a saved html file. If you want to view the "raw" HTML, use any editor. If you want to view the rendered HTML (like in a browser), you can point your favorite browser to a local file or use something like Qt+Webkit.
[toc] | [prev] | [next] | [standalone]
| From | Hans Mulder <hansmu@xs4all.nl> |
|---|---|
| Date | 2012-12-05 22:15 +0100 |
| Message-ID | <50bfb992$0$6957$e4fe514c@news2.news.xs4all.nl> |
| In reply to | #34317 |
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. Hope this help, -- HansM
[toc] | [prev] | [next] | [standalone]
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Date | 2012-12-05 21:41 +0000 |
| Message-ID | <k9of37$qbo$1@reader1.panix.com> |
| In reply to | #34328 |
On 2012-12-05, Hans Mulder <hansmu@xs4all.nl> wrote:
> On 5/12/12 20:36:04, inq1ltd wrote:
>> Python help.
>
> ? This is not a Python question.
It sounds to me lik he's asking about using Python to render HTML and
display the result. Back when I used Scheme/Tk for knocking out quick
GUI apps, there was an "HTML" widget that allowed you to do that.
Does Tkinter have something like that?
--
Grant Edwards grant.b.edwards Yow! This ASEXUAL PIG
at really BOILS my BLOOD
gmail.com ... He's so ... so
... URGENT!!
[toc] | [prev] | [next] | [standalone]
| From | inq1ltd <inq1ltd@inqvista.com> |
|---|---|
| Date | 2012-12-05 16:40 -0500 |
| Message-ID | <mailman.531.1354745726.29569.python-list@python.org> |
| In reply to | #34328 |
[Multipart message — attachments visible in raw view] — view raw
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
[toc] | [prev] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2012-12-05 13:13 -0800 |
| Message-ID | <mailman.529.1354744774.29569.python-list@python.org> |
| In reply to | #34317 |
> In other words I need a mini, simple browser; > something I can build that will open, read and > display a saved html file. If you want to view the "raw" HTML, use any editor. If you want to view the rendered HTML (like in a browser), you can point your favorite browser to a local file or use something like Qt+Webkit.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web