Reputation: 3
There
I am writing a Python application on win7. I would like to display/access a website in one window/panel of the app. Just like there is a browser window in my main app window. For a static http web page it should not be a problem. However, the website I need access/display includes javascript or something else (flash?). Is there any solution to embed a full functional web browser into a Python application window? Thank you.
Lanny
Upvotes: 0
Views: 211
Reputation: 4053
Yeap!
Just look for PyQt and QWebKit.
Doc: http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtwebkit.html
Upvotes: 2