On Sat, May 26, 2012 at 9:31 AM, Mr.T Beppu <anf...@gmail.com> wrote: > I think that I will make a browser in Official Python (not MacPorts > Python). > What should I do in order to install Webkit for Official Python (not > MacPorts Python) ? > from tokyo Japan. >
You don't just "install WebKit". You need a GUI framework. My suggestion would be to install PySide, which is a QT wrapper that includes a Webkit component. The other option is to use PyObjC to build a Cocoa GUI but then you're restricted to Mac OS X only. -- http://mail.python.org/mailman/listinfo/python-list