Ah, that's from the period before I was born, then. :)
Thanks for the pointers! I found out some of that in the course of the
night. These packages are installed but the trick is that pywebview does not
(yet) support WebKit2. In the meantime, I'll be using the Qt5 version.
The more I learn about t
> On Sep 26, 2018, at 12:38 AM, cicko wrote:
>
> Ah, that's from the period before I was born, then. :)
>
> Thanks for the pointers! I found out some of that in the course of the
> night. These packages are installed but the trick is that pywebview does not
> (yet) support WebKit2. In the mea
John Ralls-2 wrote
> No, pywebview will never support WebKit2Gtk because WebKit2Gtk is Gtk3
> only and pywebview, like pygtk, is Gtk2-only. You need to rewrite your
> whole application for Gtk3 using pygobject.
You may well be right but do check out this branch:
https://github.com/r0x0r/pywebview/
Am 2018-09-26 16:03, schrieb cicko:
John Ralls-2 wrote
No, pywebview will never support WebKit2Gtk because WebKit2Gtk is Gtk3
only and pywebview, like pygtk, is Gtk2-only. You need to rewrite your
whole application for Gtk3 using pygobject.
You may well be right but do check out this branch:
h