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


Groups > comp.lang.python > #25037

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!newsfeed5.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.039
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'root': 0.04; 'typed': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:python2.7': 0.16; 'suggested,': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'install': 0.29; 'skip:- 10': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'there': 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; 'become': 0.65; 'jul': 0.65; './configure': 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=SaerQiVF15cwh5OCmFE/R9rohdTAzovszxuPW8KpIK0=; b=ce+wVCC+cCJXFq6QX9nuLZBzHxKey6F/jklFn0hJnpQlgnKFf1/D1INJDdOJ2t7chc Xj/As84jpf2iPoFuLtZB007/aQx0aAk0IU0pN0nQ6fS8BnUWjoI36pC30zIk+bvz8+CV WBohcj0TUeUiQbulcIm5TAMaT61BYi1V2KrMNxXiZoxRHuqM1azlPrWscy39DlKm1doc xaHEZJxlGPdvzDSXxuSmvTw/dqDcyRJik71FjLhtHS2Rh7QiyqGvxnMeymbfKc7z+zk+ O5eW2cY+7yZ+1kdDbqpPKJSonKPBJm4Hw7eStyyna8bNNvX7d+8e0tliAl39jmwfcbLe mR7w==
MIME-Version 1.0
In-Reply-To <CA+YdQ_4udDw-JjwoX9G8ik6WmH+Zr94RRuAXCGv7686LQmPcqA@mail.gmail.com>
References <CA+YdQ_4udDw-JjwoX9G8ik6WmH+Zr94RRuAXCGv7686LQmPcqA@mail.gmail.com>
Date Sun, 8 Jul 2012 15:44:56 +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.1909.1341726298.4697.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1341726298 news.xs4all.nl 6935 [2001:888:2000:d::a6]:40177
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:25037

Show key headers only | View raw


On Sun, Jul 8, 2012 at 2:47 PM, contro opinion <contropinion@gmail.com> wrote:
> 3.PYTHON=/usr/bin/python2.7  ./configure --prefix=/usr
> 4. make
> 5. make install

What happened when you typed these commands? Were there failure
messages? As Benjamine suggested, do you need to become root to
install?

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 15:44 +1000

csiph-web