Top "Pygobject" questions

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

ModuleNotFoundError: No module named 'gi' - Python - OsX

I am trying to run the following program: import gi gi.require_version('Gst', '1.0') from gi.repository import …

python macos gstreamer pygobject gobject
I'm completly confused with PyObject, PyGTK and GNOME 3 as well

I installed Fedora 15 to use Python3 and GObject to develop a desktop-application, because PyGTK looks outdated: PyGTK 2.24.0 released Friday 01 April 2011 …

python pygtk gnome pygobject
installing PyGObject via pip in virtualenv

I'm actually upgrading an old django app from python2.7 to python3.4. While installing pygobject via pip, I got this error: …

python django python-3.x pygobject gio
API reference to WebKit WebView implementation in GTK (Python)

I'm working on a Python Gtk3 app on Ubuntu, which primarily uses WebView from WebKit. I couldn't find all the …

python documentation webkit gtk pygobject
Python and d-bus: How to set up main loop?

I have a problem with python and dbus. I checked out the developer docs and specifications, but I don't understand …

python dbus pygobject
How to show a png image in Gtk3 with Python?

First of all, it is important to mention that I'm learning Python and Gtk+ 3, so I'm not an advanced programmer …

python user-interface gtk3 pygobject
PyCharm can not resolve PyGObject 3.0, but code runs fine

I'm using PyCharm 2.5 on Ubuntu 11.10, trying to develop an application using PyGObject 3.0 on Python 3.2.2. I've installed the Ubuntu package python3…

python ubuntu python-3.x pycharm pygobject
How to adjust the size of a GtkGrid cell?

I'm programming a little application in Python + Gtk3. I'm using a GtkGrid with one column and two rows. In the …

python user-interface gtk3 pygobject
installing pygobject on mac for Python 2.6

Does anyone know how to install PyGObject on Mac OSX for Python 2.6. The current distribution available on darwinports is using …

python macos pygobject
Error "Could not find any typelib for Gtk" with Python3 and GTK3

I cannot make Python3 work with GTK3. I'm in a cluster context and I had everything recompiled from the sources. …

python-3.x gtk3 pygobject gobject-introspection