Replies: 1 comment
-
|
Hi @wooly17, this should be possible. You would have to follow the instructions here on how to build WebkitGTK: https://trac.webkit.org/wiki/BuildingGtk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I've been using gvsbuild to build GTK4 for Windows/Python for years, and it works great - thanks for all the work you do!
I was recently researching how to embed an interactive Google Maps window in a GTK4 Python app. I don't know if this is possible, but while reading I came across some pretty old examples that either
import webkitor do something like this (GTK3):Is anything like this possible these days in GTK4 built for Python from gvsbuild? For me,
'Gtk'is the only namespace available in the_versionsdictionary in gi's init file, and I didn't see anything related to webkit that I could import from gi.repository.I'd seen a blog post from about 11 months ago saying WebKitGTK is stable for GTK4, but I don't have the slightest clue how to build it for Windows or integrate it into my Python environment.
Beta Was this translation helpful? Give feedback.
All reactions