Top "Pygobject" questions

GTK+ and other GObject bindings are provided by PyGObject through introspection.

GtkDialog mapped without a transient parent

I have a GUI built in Glade (3.18) which is called by a Python 3 program (using PyGObject). I get a lot …

gtk pygtk glade pygobject
gi.repository Windows

I'm developing an app which has to be 100% compatible on windows and on linux. On linux I have no problems, …

python windows gtk pygobject
How do I install PyGTK / PyGobject on Windows with Python 2.6?

I have an application which depends on PyGTK, PyGobject, and PyCairo that I built to work on Linux. I want …

python pygtk mingw pygobject
pygobject-2.28.6 won't configure: No package 'gobject-introspection-1.0' found, how do I resolve?

I'm trying to get pygobject-2.28.6 to compile in cygwin (version in repository is 2.28.4 which has some issues). Here is the …

cygwin pygobject pkg-config gobject gobject-introspection
Python cannot install PyGObject

I try install pygobject by pip pip install --user PyGObject but I doesn't work: Collecting PyGObject Using cached pygobject-2.28.3.tar.…

python windows python-3.x pip pygobject
What exactly are GLib and GObject?

I have been looking into the source code of python-mpdor and it mentions that it is gobject-based, for easy event …

glib pygobject gobject
ValueError: Namespace Gtk not available

When following the instructions 2. Getting Started — Python GTK+ 3 Tutorial 3.4 documentation Tries In [6]: import gi ...: gi.require_version('Gtk', '3.0') ...: …

linux python-3.x ubuntu gtk3 pygobject
Can't import Webkit from gi.repository

When I try to import Webkit from gi.repository, it gives an ImportError: from gi.repository import Webkit ERROR:root:…

python webkit importerror pygobject gtk3
Mysterious GObject warning: assertion `G_IS_OBJECT (object)' failed

I have a warning when I run my GTK (Python GObject introspection) application and I can't figure out its source. …

python gtk pygtk gobject pygobject
How to draw a GdkPixbuf using GTK3 and PyGObject

I have a small application that uses a DrawingArea to draw a simple map using PyGObject and GTK3. I load …

python gtk3 pygobject