Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 164375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:43:59+00:00 2026-05-11T11:43:59+00:00

Does anyone know of a simple Hello World example for using the Webkit library

  • 0

Does anyone know of a simple ‘Hello World’ example for using the Webkit library in Python? I have a GTK window, and inside I want to put Webkit.

With Python/mozembed (Mozilla/Gecko), this is simple:

mozembed = gtkmozembed.MozEmbed() mozembed.load_url('http://google.com/') 

..and I have already created my browser, how do I do this with WebKit?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T11:44:00+00:00Added an answer on May 11, 2026 at 11:44 am

    Did you check the Python bindings for the WebKit GTK+ port. In one of the directory there are demos on how to use it, including a browser: python demos/tabbed_browser.py

    You could check also the slides of a FOSDEM by Alp Toker on WebKit GTK+ (pdf) Developing hybrid Web/GTK+ rich internet applications.

    import gtk  import webkit   view = webkit.WebView()   sw = gtk.ScrolledWindow()  sw.add(view)   win = gtk.Window(gtk.WINDOW_TOPLEVEL)  win.add(sw)  win.show_all()   view.open('http://w3.org/')  gtk.main() 

    That should give you good hints for starting.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know of a simple example of showing / hiding a div when
does anyone know a simple way to generate a random 64 bit number using
Does anyone know of a simple HTML5/CSS3 framework which applies a minimum of formatting
Does anyone know of a simple way to set a selected index or item
Does anyone know of some (very) simple tutorials on line on the WCF? Basically
Does anyone know of any tools to provide simple, fast queries of flat files
Does anyone know where I may find a really simple easy jQuery and PHP
Possible Duplicate: PHP: Script for generating Crossword game? Does anyone know any PHP-based simple
Does anyone know if there is an sample code for using Visual Basic to
Does anyone know a simple algorithm to check if a Sudoku-Configuration is valid? The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.