wpgtk icon indicating copy to clipboard operation
wpgtk copied to clipboard

Include typelib-1_0-LibvirtGObject as a dependency for OpenSUSE

Open rending-regret opened this issue 1 year ago • 0 comments

Hi, I have this installed on both Fedora and OpenSUSE Tumbleweed. In Tumbleweed its not a system package and I needed another package to get it working. It was throwing an error:

from gi import require_version
ModuleNotFoundError: No module named 'gi'

The error went away when I installed this package: typelib-1_0-LibvirtGObject

Note: python3*-gobject was installed but this additional package was needed to get it working in OpenSUSE.

rending-regret avatar Dec 04 '24 18:12 rending-regret