Hi there,
There was no proper announce on wxPython-users group yet, so I thought
I will do so.
It is possible to embed Chrome Browser in wxPython application, there is a
project called CEF Python that creates python bindings for the Chromium
Embedded Framework. There are some examples for the embedding in
wxPython library, see:
- Basic embedding with window menu:
https://code.google.com/p/cefpython/wiki/wxPython
- Using wxPanel to create browser tabs:
http://cefpython.googlecode.com/git/cefpython/var/cefwxpanel_sample2.png
(source script cefwxpanel_sample2.py)
CEF Python is available only on Windows, but there are plans for Linux (Ubuntu)
and OS X.
Project website:
https://code.google.com/p/cefpython/
I am the author of CEF Python, if you have any questions ask it here or on
the CEF Python Forum.
Cheers,
Czarek.