how to compile pygtk in python2.7?

Chris Angelico rosuav at gmail.com
Sun Jul 8 04:28:58 EDT 2012


On Sun, Jul 8, 2012 at 6:26 PM, contro opinion <contropinion at gmail.com> wrote:
> it's so strange
>  when i input
> hisroty
>
>   506  cd  /home/tiger/pygtk-2.24.0
>   507  PYTHON=/usr/local/bin/python2.7  ./configure --prefix=/usr
>   508  echo  $?     #i get  0  ,it means  success??
>   509  make
>   510  echo  $?      #i get  0  ,it means  success??
>   511  make install
>   512  echo  $?        #i get  0  ,it means  success??
>
> no wrong output  can  see .

Any output at all? Normally configure and make will produce long
screeds. If they didn't, that's wrong output.

ChrisA



More information about the Python-list mailing list