PDA

View Full Version : [SOLVED] [Python] Webkit



ki4jgt
February 26th, 2011, 07:44 PM
Trying to write a web browser. Want it to be in Python and was wondering how to do webkit from webkit.org in Python.

ki4jgt
March 4th, 2011, 08:38 PM
Still looking for the answer to this. Can someone give me a tutorial on the webkit module?

cgroza
March 4th, 2011, 11:23 PM
Uhmm


import webkit
???

ki4jgt
March 5th, 2011, 12:04 AM
Uhmm


import webkit
???

Yeah, that one. . . I was wanting to know about all the little webkit.XXX() things. LOL sorry forgot the name to those :-)

juancarlospaco
March 5th, 2011, 01:40 AM
a TAB completion IDE you need.

like http://ninja-ide.appspot.com/

kaivalagi
March 5th, 2011, 01:50 AM
http://trac.webkit.org/wiki/Applications%20using%20WebKit

ki4jgt
March 5th, 2011, 02:58 AM
a TAB completion IDE you need.

like http://ninja-ide.appspot.com/

IDLE does that, but every time I try to use it, Ubuntu closes it for some reason :-(. How do you use the TAB completion in Ninja? I tried just stopping and messing around with the settings of the program. I can't find it.

juancarlospaco
March 5th, 2011, 05:29 AM
IDLE does that, but every time I try to use it, Ubuntu closes it for some reason :-(. How do you use the TAB completion in Ninja? I tried just stopping and messing around with the settings of the program. I can't find it.

make a Proyect, dont work on individual single file.