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


Groups > comp.lang.python > #3582

Re: Noob Question

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <drsalists@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; '3.2': 0.07; 'tests,': 0.07; 'python': 0.07; 'configure,': 0.09; 'am,': 0.14; 'wrote:': 0.14; "'make": 0.16; 'centos': 0.16; 'guessing': 0.16; 'skipped': 0.16; 'libraries': 0.16; 'subject:Question': 0.16; 'ignore': 0.16; 'versions': 0.18; 'modules': 0.20; 'tue,': 0.20; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In- Reply-To:1': 0.22; "aren't": 0.22; 'cc:addr:python-list': 0.22; 'trying': 0.23; 'received:209.85.220': 0.26; 'tests': 0.26; "i'm": 0.26; 'message-id:@mail.gmail.com': 0.28; 'installed': 0.29; 'probably': 0.30; "won't": 0.30; 'cc:addr:python.org': 0.31; 'all,': 0.31; 'generally': 0.33; 'several': 0.33; 'some': 0.37; 'received:209.85': 0.37; 'run': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'install': 0.38; 'but': 0.38; 'received:209': 0.39; 'header:Received:5': 0.40; 'messages': 0.40; 'further': 0.62; '2011': 0.62; 'receive': 0.68; 'states': 0.69; 'below,': 0.71
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=G+ttp3SaWpPUhp9NHQA/mxofbtb5EY+Jhoofbww3IcI=; b=vlFYuY9PZvvIM8o3Xfw7fl8uMWa3agJAePU8EcucQ1unZyN3WV+Xrbbe2vUJCGQIrf wom6/KHuMQRkXrB38BJVxYkLW/Ynbtsdc20cctKNXaAfTVLXfzLO+kj1wNofNcR41Kgr c3k+iZXwGgFk7Jo3ViCScA41fXaJpIqgAgzgk=
DomainKey-Signature a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=E0F91VxLmnjAUKWznz3nUpjnxuT/JzqfnaHn8i924uo7RMfZUaj4lm+IwUfVjM+Ovo VcSAEHIMG+Hkwsl7fr5YK19nAAXwz8lLhSO9qr38JerHb6oXd36f0hFXY2rcROvIgsM7 NMXu3zQU0nT21/Cn0G0CMLC2VeFJqcvurOdwk=
MIME-Version 1.0
In-Reply-To <9e2b46b9-a29d-4164-83b4-8ba6dc10342a@motornostixusa.com>
References <9e2b46b9-a29d-4164-83b4-8ba6dc10342a@motornostixusa.com>
Date Tue, 19 Apr 2011 12:03:41 -0700
Subject Re: Noob Question
From Dan Stromberg <drsalists@gmail.com>
To Rob McGillivray <robm@motornostixusa.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
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.578.1303239824.9059.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 82.94.164.166
X-Trace 1303239825 news.xs4all.nl 81481 [::ffff:82.94.164.166]:35508
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:3582

Show key headers only | View raw


On Tue, Apr 19, 2011 at 7:55 AM, Rob McGillivray
<robm@motornostixusa.com> wrote:
> Hi All,
>
> I'm new to Python, and trying to get python 3.2 installed on Centos 5.6. When I run 'make test', I receive several errors. The readme states that you can generally ignore messages about skipped tests, but as you can see below, some of the tests failed and a number were 'unexpected skips', so I'm not sure if I can go ahead with the install or need to perform further troubleshooting.

I'm guessing you need to install development versions of the various
libraries on which these modules depend.  If they aren't detected
during  configure, they probably won't be built.

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


Thread

Re: Noob Question Dan Stromberg <drsalists@gmail.com> - 2011-04-19 12:03 -0700

csiph-web