Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25039 > unrolled thread

Re: how to compile pygtk in python2.7?

Started byChris Angelico <rosuav@gmail.com>
First post2012-07-08 18:28 +1000
Last post2012-07-08 18:28 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: how to compile pygtk in python2.7? Chris Angelico <rosuav@gmail.com> - 2012-07-08 18:28 +1000

#25039 — Re: how to compile pygtk in python2.7?

FromChris Angelico <rosuav@gmail.com>
Date2012-07-08 18:28 +1000
SubjectRe: how to compile pygtk in python2.7?
Message-ID<mailman.1912.1341736141.4697.python-list@python.org>
On Sun, Jul 8, 2012 at 6:26 PM, contro opinion <contropinion@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web