Python pygtk windows 7 64 bit

I have been working with pygtk on linux for some time. I just want to make my application more accessible. Now I used pygtk for 32 bit, but now I would like to use pygtk for 64 bit using pygtk 64bit. I downloaded everything into one installer. I changed my path since gtk will want and run the command "pkg-config -cflags gtk + -2.0" and then run the gtk-demo command and this gave me a demo version and it works great! I just am absent because there is not yet a module named "gtk" in my 64bit ket python.

I want the 64-bit version of gtk to work on windows, and when I get the fix, I want to post on Youtube how to make it work for others.

Thanks, I hope someone can help make the documentation miss in this part.

+5
source share
1 answer

Good for anyone looking for a Python GUI for use on Windows 64 bit here!

1) Install python.org with 64-bit python. If you already have python installed on your system, you do not need to worry about that. http://www.python.org/ftp/python/2.7.3/python-2.7.3.amd64.msi

2) Add additional parameters / environment variables to your PATH; C: \ python27

3) Then download everything into one installer from GTK + http://ftp.gnome.org/pub/gnome/binaries/win64/gtk+/2.22/gtk+-bundle_2.22.1-20101229_win64.zip

4) , c:\opt\gtk #, , PATH. , . PATH , E.G; C:\opt\gtk\bin

cmd, : "GTK-"

5) gtk, PyCairo, goobject http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygtk

py2cairo-1.10.0.win-amd64-py2.7.exe

pygobject-2.28.6.win-amd64-py2.7.exe

pygtk-2.22.0.win-amd64-py2.7.exe

, . "py2cairo-1.10.0.win-amd64-py2.7.exe" , . . gtksourceview2/3 win7 64bit. !;)

+16

All Articles