I'm planning on using an embedded browser in my pygtk application and I'm debating between gtkmozembed and pywebkitgtk. Is there any compelling difference between the two? Are there any third options that I don't know about?
It should be noted that I won't be using this to access content on the web. I'm mainly using it for UI purposes.
My priorities are:
- It needs to be stable.
- It needs to be cross-platform.
- It should be easy to use.
- It should be actively maintained.
- It should be extensible.
- It should be fast.