Re: Webbrowser written totally in Python

2006-09-17 Thread Franz Steinhaeusler
faulkner wrote: [source] Hi faulkner, thank you very much, I should have known! ;) It is a beginning after all. > # > there are also python bindings for gtkmozembed in gnome-python-extras > and here: > http://sourceforge.net/projects/pygtkmoz > I will take a look. -- http://ma

Re: Webbrowser written totally in Python

2006-09-17 Thread faulkner
this was just on digg: ## import wx from urllib import urlopen import wx.html class Frame(wx.Frame): def userPageButton(self, event): goToPage=self.userPage.GetValue() goToPage='http://www.' + goToPage webpage=urlopen(goT

Re: Webbrowser written totally in Python

2006-09-17 Thread Lawrence Oluyede
Franz Steinhaeusler <[EMAIL PROTECTED]> wrote: > is there any (GUI) webbrowser written completly in Python? AFAIK Grail is the only attempt but it's _very_ old: http://grail.sourceforge.net/ Made in Python, Tkinter and supports HTML 2.0 (3.2 partially) -- Lawrence - http://www.oluyede.org/blog

Webbrowser written totally in Python

2006-09-17 Thread Franz Steinhaeusler
Hello NG, is there any (GUI) webbrowser written completly in Python? in pyGtk, pyQt, wxPython or TkInter? -- Franz Steinhaeusler -- http://mail.python.org/mailman/listinfo/python-list