Top "Pygtk" questions

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

Best practices for adding .gitignore file for Python projects?

I'm trying to collect some of my default settings, and one thing I realized I don't have a standard for …

python django git pygtk gitignore
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
How to do multiple arguments with Python Popen?

I am trying to make a PyGtk Gui, that has a button. When the user presses this button, gnome-terminal prompts …

python pygtk subprocess popen gnome-terminal
"WindowsError: [Error 2] The system cannot find the file specified" is not resolving

I have created exe file of my python project by py2exe which have number of files. when i run …

python gtk pygtk
wxPython vs PyQt vs PyGTK: when and what to use?

Need advise from those who have minimum health experience to design GUI interfaces with Python. When and what to choose …

user-interface wxpython pyqt pygtk
Creating GUI with Python in Linux

Quick question. I'm using Linux and I want to try making a GUI with Python. I've heard about something like …

python linux user-interface gtk pygtk
Where is PyGTK for Mac OS X?

Is there a binary out there for the current mac os x, python for PyGTK? I work with multiple desktop …

macos pygtk
Modern GUI programming in Python 3.3

I am putting together a few programs, and it's about time to start making GUI's for some of them. The …

user-interface tkinter wxpython pygtk python-3.3
Installing PyGtk in virtualenv

So I am trying to run a simple matplotlib example in my virtualenv (in the console). Here's the code: import …

python matplotlib pygtk virtualenv
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