user interface - Load webpage in Python GUI window -
i've searched on google , stackoverflow having trouble finding answer, though seems should easy do.
how can use python load url own window, rather in browser? imagine should trivial in tkinter or other gui package.
yeah. that's easy qwebview in pyqt/pyside
you instantiate new qwebview , pass url it
qwebview.load(qurl('http://www.www.pythoncentral.io'))
you can read more here
http://pythoncentral.io/pyside-pyqt-tutorial-qwebview/
and in pyqt docs