17

Does anyone know if its possible to install PyGObject/Gtk+3 on windows for Python 3? I have found installers on gnome's website for Python 2 (here), and several statements that it works with Python 3 (e.g. here), but no installer. The compilation instructions all seem to use jhbuild, which from what I can make out is a linux tool. Do I need to compile PyGObject to get it working, and if so, how? Or is there an easier way? What would be great is a guide or howto, but such a ting doesn't seem to exist.

aquavitae
  • 17,414
  • 11
  • 63
  • 106
  • 2
    [This might be of interest.](http://www.mail-archive.com/pygtk@daa.com.au/msg20856.html) I'm not sure if anything has changed significantly in the past few months (probably not). – dumbmatter Apr 17 '12 at 16:03
  • Check this https://pygobject.readthedocs.io/en/latest/getting_started.html – William Ardila Mar 21 '18 at 13:37

3 Answers3

5

Since this is the most rated question in the topic, I'd like to update the answer. Here is available installer for windows 32bit:

It contain complete SDK-like package. And complete libraries collection too. http://sourceforge.net/projects/pygobjectwin32/files/pygi-aio-3.10.2-win32_rev10-setup.exe/download

tumagonx
  • 71
  • 1
  • 3
  • https://wiki.gnome.org/action/show/Projects/PyGObject This seems to be linked as the homepage and seems to link back to the project for download. – XTL Feb 16 '15 at 08:59
2

I searched for the same thing not so long ago. I couldn't really find much information but this other post

I ended up giving up on GTK+ and switch to xwpython which is really os independant

Community
  • 1
  • 1
jlengrand
  • 12,152
  • 14
  • 57
  • 87
1

did you try the offical pypi page https://pygobject.readthedocs.io/en/latest/getting_started.html

I was able to install GTK

Ajay Ohri
  • 3,382
  • 3
  • 30
  • 60