How to import Webkit and object in Official Python (not MacPorts python) without X11.

Benjamin Kaplan benjamin.kaplan at case.edu
Sat May 26 10:09:45 EDT 2012


On Sat, May 26, 2012 at 9:31 AM, Mr.T Beppu <anfojp at 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.



More information about the Python-list mailing list