-
After I did: pip install pygobject-stubs --no-cache-dir --config-settings=config=Gtk4,Gdk4,Soup3 (for gtk4), or just the default install(pip install pygobject-stubs pygobject), my vim still reports ab…
-
I'm attempting to bundle up a test program (an "hello world") as a macOS app using py2app.
The error I get is:
```
/Applications/hello.app/Contents/MacOS/hello
objc[823]: Class GNotificationCe…
-
https://github.com/pygobject/pygobject-stubs?tab=readme-ov-file#project-integration
Readme mentions using the requirements.txt file as it supports `config-settings`.
It could also provide an exa…
-
6 years ago, there was a bug report about pylint giving spurious errors for certain functions provided by the pygobject bindings:
https://gitlab.gnome.org/GNOME/pygobject/-/issues/217
A [workaro…
-
Was following the README.md file and got this error when running the "build-gst-python.sh" script:
checking for GST... yes
**checking for PYGOBJECT... configure: error: Package requirements (pygob…
-
Hello,
While installing fix, some error occure:
>Collecting` configparser==3.5.0
Downloading configparser-3.5.0.tar.gz (39 kB)
Collecting dbus-python==1.2.8
Downloading dbus-python-1.2.8.…
-
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [23 lines of output]
+ meson setup /tmp/pip-install-c053pt46/…
-
```
Traceback (most recent call last):
File "matrixcli", line 4, in
import gi
ModuleNotFoundError: No module named 'gi'
```
Solved by doing :
```
pip install PyGObject
```
-
pygobject has composite template support now, should note that in the README and mention how it differs from what we have here.
Also should deprecate this project, and tell users to use that inste…
-
Hello,
I have this issue even after installing every package listed and making sure PyGobject is installed on the system. If I open a Python shell and do "from gi.repository import Gtk, Gdk" i get …