installation of GTK version on openSuse Tumbleweed
See original GitHub issueSpecification
- Platform: openSuse Tumbleweed
Description
When running a simple demo script, I’m getting an error You must have either QT or GTK with Python extensions installed in order to use pywebview.
According to PyGObject instructions, the required packages are python-gobject python3-gobject gtk3
. These are all installed.
What am I missing? What exactly are the dependencies of pywebview?
I would like to run GTK version as I’m using Gnome. However, when I run pip install pywebview[gtk3]
, I’m getting pywebview 2.1 does not provide the extra 'gtk3'
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (4 by maintainers)
Top Results From Across the Web
gtk3 - openSUSE Software
gtk3. The GTK+ toolkit library (version 3). GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, ......
Read more >Install GTK Common Themes on openSUSE - Snapcraft
Snap can be installed from the command line on openSUSE Leap 15.x and Tumbleweed. You need first add the snappy repository from the...
Read more >Virt-manager isn't working correctly because of gtk version
Virt-manager isn't working correctly because of gtk version. Please Note that I'm on fresh-installed [and updated] Tumbleweed.
Read more >IDE fails to start on OpenSuse: Unable to load native GTK ...
The system is runnning KDE and GTK 2.10 and 3.0.0 libraries are properly installed. Both archived version and that installed with
Read more >/install - Gambas-Dokumentation
This document explains how to build and install Gambas from the source ... OpenSuse Leap/Tumbleweed ... gb.gtk3.wayland, gtk+-3.0 >= 3.4 gdk-wayland-3.0.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Absolutely! Thanks, guys!
Is WebKit 2 included? There is an effort going on to update the WebKit to 2.0
https://github.com/r0x0r/pywebview/issues/210