Hi i am wondering if there is a widget or someway to put an iFrame in a program with wxpython.
An iFrame with the same capabilities as the HTML one, (ability to see other websites).
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
wxPython 2.9 has a new WebView widget, which can be accessed with wx.html2. It uses IE’s Trident on Windows and Webkit on Linux and Mac. See http://www.wxpython.org/CHANGES.html for more information. I think there’s a demo in the latest wxPython demo as well.