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
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
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
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