Skip to content

We should update PyGobject to version 3.24.X #66

@staverne

Description

@staverne

We should update PyGobject to version 3.24.1
Now it's possible to install the package via PIP. For example in archlinux:

$ yaourt -S gnome-common gobject-introspection
$ ./bin/pip install git+https://git.gnome.org/browse/pygobject@3.24.1#egg=pygobject --upgrade
$ ./bin/python
>>> import gi
>>> gi.version_info
(3, 24, 1)
>>> from gi.repository import GLib
>>> from gi.repository import Gio

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions