PyGObject in Python 3 on windows
Asked Answered
L

3

18

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.

Littleton answered 17/4, 2012 at 8:15 Comment(2)
This might be of interest. I'm not sure if anything has changed significantly in the past few months (probably not).Rikki
Check this pygobject.readthedocs.io/en/latest/getting_started.htmlPoky
K
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

Kathiekathleen answered 11/12, 2013 at 11:33 Comment(1)
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.Unlisted
T
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

Treacherous answered 29/8, 2012 at 20:43 Comment(0)
I
1

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

I was able to install GTK

Illsorted answered 30/8, 2018 at 8:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.