Top "Pygtk" questions

PyGTK is the Python binding for the GTK+ widget library.

authentication in python script to run as root

I am doing a project in Linux at system level in Python. So that, I want to know that if …

python pygtk
Gtk* backend requires pygtk to be installed

From within a virtual environment, trying to load a script which uses matplotlib's GTKAgg backend, I fail with the following …

python matplotlib gtk pygtk
import gtk/glib produces ImportError: DLL load failed

I installed the latest versions of python (2.6.5), gtk+, pygtk (and friends) from their respective websites on Windows XP SP3. When …

python pygtk gtk
Beginner-level Python threading problems

As someone new to GUI development in Python (with pyGTK), I've just started learning about threading. To test out my …

python multithreading pygtk
ImportError: No module named _backend_gdk

I am starting to get some insight into interactive plotting with python and matplotlib using pyGTK+. Therefore I took a …

python matplotlib pygtk
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
Run a function every X minutes - Python

I'm using Python and PyGTK. I'm interested in running a certain function, which gets data from a serial port and …

python gtk timer pygtk
Enable or disable gtk.Button in PyGTK

How can I set a gtk.Button enabled or disabled in PyGTK?

python pygtk
Virtualenv on Ubuntu with no site-packages

I've been using virtualenv lately while developing in python. I like the idea of a segregated development environment using the …

python ubuntu pygtk virtualenv
Getting py2exe to work with zope.interface

I have a Python app based on Twisted and PyGTK. Twisted itself depends on zope.interface, and I don't import …

python pygtk twisted py2exe zope.interface