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?

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.020
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'configure': 0.04; 'output': 0.04; '509': 0.16; 'all?': 0.16; "didn't,": 0.16; 'echo': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:python2.7': 0.16; 'wrote:': 0.17; 'input': 0.18; 'skip:p 30': 0.20; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'install': 0.29; 'normally': 0.30; 'skip:- 10': 0.32; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'wrong': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'strange': 0.62; 'jul': 0.65; './configure': 0.84; '506': 0.84; '512': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7rAAAFV+A7o0sOdwTmxJ+AYsEN+8rnj3Kl1gjtvvAd4=; b=dDWpP9/XCKBFrFvK6RKHXhS2i9c33e1apj5a59g4Kv98bgdzn9GZ+zNapKNH5TjdVH 4xWPPoMQy5MKsz9OENqitsz9yiV0sgin3JMFBVlQo/mgENZ21L4wsVyimU1V0zTR9oA9 WA+fzGfpdFZ7+NEYDtGLItFFc0Hq6EM/+/Pn4Bi/YsUKZLPTlatk6Im5xzVG7/BQ5wGf ZMSKeqzHI/+sfSdXKno3PbyleYyYQ3dxJoKiuKCjtmVTifh4iRio3NdieWGORApKETN4 7nKqYSXQB5KUqEWXTn2OZ7yivwboiStNTTISmZvKdoq6FU4e6UOiTOk8jA2s8KbQrh6S HyRg==
MIME-Version 1.0
In-Reply-To <CA+YdQ_6zFiYWjeCexvuU3bc3e5Oybzq-UCpngFb3bsPF6++U9w@mail.gmail.com>
References <CA+YdQ_4udDw-JjwoX9G8ik6WmH+Zr94RRuAXCGv7686LQmPcqA@mail.gmail.com> <CAPTjJmq=+eob3nd5AHyjHAxN8QxEdYknzFuc=jhYkY7MKO03TA@mail.gmail.com> <CA+YdQ_6zFiYWjeCexvuU3bc3e5Oybzq-UCpngFb3bsPF6++U9w@mail.gmail.com>
Date Sun, 8 Jul 2012 18:28:58 +1000
Subject Re: how to compile pygtk in python2.7?
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1912.1341736141.4697.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1341736141 news.xs4all.nl 6864 [2001:888:2000:d::a6]:58230
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:25039

Show key headers only | 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