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.
PyGObject in Python 3 on windows
Asked Answered
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.html –
Poky
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
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
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
did you try the offical pypi page https://pygobject.readthedocs.io/en/latest/getting_started.html
I was able to install GTK
© 2022 - 2024 — McMap. All rights reserved.