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


Groups > comp.lang.python > #25039

Re: how to compile pygtk in python2.7?

References <CA+YdQ_4udDw-JjwoX9G8ik6WmH+Zr94RRuAXCGv7686LQmPcqA@mail.gmail.com> <CAPTjJmq=+eob3nd5AHyjHAxN8QxEdYknzFuc=jhYkY7MKO03TA@mail.gmail.com> <CA+YdQ_6zFiYWjeCexvuU3bc3e5Oybzq-UCpngFb3bsPF6++U9w@mail.gmail.com>
Date 2012-07-08 18:28 +1000
Subject Re: how to compile pygtk in python2.7?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1912.1341736141.4697.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web