im trying to get drag and drop working well in pygobject, but it is slow and unresponsive, 90% of the time i have to wave the item i am dragging around before i can drop it successfully, can anyone se
In PyGtk I always used this to create a ListStore开发者_Python百科 with an Image (using it with an IconView for displaying files):
Installing the python interpreter: http://python.org/ftp/python/2.7.2/python-2.7.2.msi and: http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.0.win32-py2.7.msi
I\'m trying to use buildout for a Python package which, when used, depends on 2 extension modules: dbus-python andpygobject. Both modules make buildout fail: dbus-python lacks a setup.py file, while p
I\'m currently foolish enough to try to maintaintain two parallel code bases for a Python desktop application, one using PyGObject introspection for GTK 3 and one using PyGTK for GTK 2. I work mainly
I\'m trying to use a Gtk.Switch widget in an app but \"activate\" signal is not firing by clicks. It works fine when using the widget with keyboard by hitting reture/space key on it but clicks don\'t
I\'ve been trying to install PyGObject using a variety of methods. 开发者_开发问答First, using apt-get but that only installs it for Python 2.x. Next I attempted to compile it myself but I have been h
I want to popup a context menu when the user right-clicks o开发者_如何学运维n the header row of a Gtk.TreeView. In GTK3, Gtk.TreeViewColumn has a get_button() method, which makes this easy; simply att
I\'m in the process of converting a program from PyGTK to PyGObject introspection for the first time and I\'ve hit a roadblock with threading. I have a process that takes some time to complete, so I p
i am trying to install pygtk on my mac which开发者_开发问答 then asked me to install pygobject which then asked me to get gobject-introspection . the problem i have in this installation is while confi