[Pythonmac-SIG] WebKit, SVG
Etienne Posthumus
etienne at cs.vu.nl
Tue Sep 30 03:54:06 EDT 2003
On dinsdag, sep 30, 2003, at 08:29 Europe/Amsterdam, Dinu Gherman wrote:
> Are there any examples (code, text) of the benefits of using
> the WebKit?
The 'One-line Browser' example was quite compelling for me...
self.webView.mainFrame().loadRequest_(NSURLRequest.requestWithURL_(NSURL
.URLWithString_(self.urlText.stringValue())))
Can anyone tell me how to get WebKit (the Python part) installed on a
MacPython + PyObjC that was installed via Package Manager? From reading
the list archives it seems you need to install the WebKit SDK and then
compile PyObjC from source to have it included.
But is there an alternative to get WebKit if you don't want to
re-compile from source?
EP
More information about the Pythonmac-SIG
mailing list