Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyGObject in Python 3 on windows

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.

like image 862
aquavitae Avatar asked Apr 17 '12 08:04

aquavitae


2 Answers

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

like image 95
tumagonx Avatar answered Oct 15 '22 05:10

tumagonx


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

like image 30
jlengrand Avatar answered Oct 15 '22 04:10

jlengrand