Installing pyGTK, pypango and pycairo on Windows 64bit
To install pygtk, pypango and pycairo on Windows,
Hope this helps everyone stuck installing pypango, pycairo, pyGTK.
- Download 64bit GTK libraries from the gtk website http://www.gtk.org/download/win64.php, Download the all-in-one zip file.
- Extract it to
C:\gtk
- Add the path
C:\gtk\bin
to environment path - Download 64bit versions of pygobject, pygtk and py2cairo from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygtk
- Double click and install all the exes
Hope this helps everyone stuck installing pypango, pycairo, pyGTK.
4 comments:
THANK YOU!
I want to use iGraph with Python (both are installed, but now I apparently need some Cairo modules). What are the instructions for installing the necessary Cairo modules on a 32 bit PC running Windows 7 Professional? (Your instructions were for 64 bit machines) Thanks you.
What are the instructions for a 32 bit PC running Windows 7 Professional? thank you.
i have downloaded and installed all the packages you have specified. but whem i call 'import gtk', gtk isnt recognised as a module so it doesnt have reference. any suggestions to get fix this?
Post a Comment