Can you elaborate what is not sufficient with Qt's web components? http://doc.qt.io/qt-5/topics-web-content.html. This allows for HTML, CSS, Javascript, via either native C++ Qt, QML, or Python (PyQt) or mixtures of these 3. That said, I have not yet used Qt`s web engine so I don`t know how full-featured it is, how robust, etc. I have used PyQt for several years in production grade project and it is very solid and well documented and easy to program with and easy to write tests for. Oliver
On Mon, 9 Oct 2017 at 12:59 fpp <nntp....@spamgourmet.com> wrote: > Paul Moore <p.f.mo...@gmail.com> said : > > > On 9 October 2017 at 04:25, <douglashf....@gmail.com> wrote: > >> Did you find out the answer for that? > > > > Nothing much beyond the pointer to PyQt (which basically said "a lot > > of the info on the web is out of date" so I should check the latest > > docs). I didn't take it much further, though, as it was a hobby > > project and the learning curve for PyQt (any GUI framework, really) > > was a bit high for the amount of spare time I had at the time. > > > > Paul > > Have you looked at CEFpython ? > It seems to work with all major GUIs (Qt, wx, Tk, gtk..) > https://github.com/cztomczak/cefpython/tree/master/examples > > -- > https://mail.python.org/mailman/listinfo/python-list > -- Oliver My StackOverflow contributions My CodeProject articles My Github projects My SourceForget.net projects -- https://mail.python.org/mailman/listinfo/python-list