Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

PyGIWarning: Gdk/Gtk was imported without specifying a version first. #10

@kierun

Description

@kierun

When running pynvim, I get those warnings:

; pynvim
/home/usr/.local/lib/python2.7/site-packages/neovim_gui/gtk_ui.py:6: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import GLib, GObject, Gdk, Gtk, Pango, PangoCairo

** (pynvim:3081): WARNING **: Couldn't register with accessibility bus: Did not
receive a reply. Possible causes include: the remote application did not send a
reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
/home/usr/.local/lib/python2.7/site-packages/neovim_gui/gtk_ui.py:6: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import GLib, GObject, Gdk, Gtk, Pango, PangoCairo
/home/usr/.local/lib/python2.7/site-packages/neovim_gui/gtk_ui.py:6: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import GLib, GObject, Gdk, Gtk, Pango, PangoCairo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions