Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installation of pygtk not working

I am running on Windows (64bit version) and have python 2.7 (also 64 bit) installed. I downloaded the all-in-one installer for pygtk for python 2.7, but when I run it, it shows "python 2.7 could not be located on your system". Why is it so when I already have python 2.7 installed?

like image 219
user672546 Avatar asked Mar 23 '11 07:03

user672546


1 Answers

Currently, the all-in-one installer binaries here are compiled against 32 bits python only. There is no 64 bits binary in there. Install python 2.7 32 bits on your windows and it should work.

Alternatively, you could grab a C compiler, and then try to compile the installer sources. That's a lot harder though.

like image 66
nosklo Avatar answered Oct 27 '22 12:10

nosklo