Top "Pygtk" questions

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

Python + webkit + gtk on windows

I am trying to do this script: PY WYSIWYG And it says I need Gtk and WebKit. I think this …

windows webkit gtk pygtk
ImportError: No module named gi.repository Mac OS X

I am installing virt-manager0.10.0 on Mac OS X First I installed python,libvirt, gtk+3, pygtk, and other dependencies with homebrew …

python gtk pygtk homebrew
How to install poppler in ubuntu 15.04?

Poppler is a PDF rendering library based on the xpdf-3.0 code base. I have already downloaded the tar.xz file …

python ubuntu pygtk pypdf poppler
python pygtk windows 7 64 bit

I have been working with pygtk on linux for some time.I just want to make my app more distributable. …

windows python-2.7 64-bit pygtk
How can I change the font size in GTK?

Is there an easy way to change the font size of text elements in GTK? Right now the best I …

python fonts gtk pygtk gtk2
Is there a gi.repository documentation for python?

I'm looking for a gi.repository module documentation and I can't find anything on the internet. All I found is …

python gtk pygtk gtk3
Scale an image in GTK

In GTK, how can I scale an image? Right now I load images with PIL and scale them beforehand, but …

python user-interface image gtk pygtk
Programmatically close gtk window

If you have a sub-window in GTK and you want to close it programmatically (e.g., pressing a save button …

gtk pygtk
How to get value from selected item in treeview in PyGTK?

I'm learning PyGtk. I have a simple treeview with 1 column, I get items for that treeview from list. How to …

python gtk pygtk gtktreeview
How to compile all resources into one executable file?

I've wrote GTK application with python. All graphical user interface is in glade file, and there are some images used. …

python compiler-construction pygtk glade pyinstaller