Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.09; 'facts': 0.09; 'regression': 0.09; 'sqlite': 0.09; 'cc:addr:python-list': 0.10; 'subject:python': 0.11; '(important': 0.16; '(set': 0.16; 'gcc)': 0.16; 'wrote:': 0.17; 'compilation': 0.17; 'instance': 0.17; 'thu,': 0.17; 'jan': 0.18; 'tests': 0.18; 'module': 0.19; 'email addr:gmail.com>': 0.20; 'libraries': 0.22; 'installation': 0.23; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; '---': 0.26; 'am,': 0.27; 'compiled': 0.27; 'first,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'url:mailman': 0.29; 'source': 0.29; 'url:python': 0.32; 'url:listinfo': 0.32; 'skip:& 20': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'url:org': 0.36; 'test': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'object': 0.38; 'skip:l 20': 0.38; 'some': 0.38; 'sure': 0.38; 'received:209.85.214': 0.39; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'url:mail': 0.40; 'your': 0.60; 'here': 0.65; '2013': 0.84; 'subject:source': 0.84; 'do:': 0.91; 'rita': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=nLhlxJFCj39PEclMLsHyJa6rB1YBWnMK2GBBoWe7rp8=; b=hnpZi2Bnzh1fp7oJL6SzEEo8onGNue0D7JEJkZ4562vmAhZRW0rnLvAtsYte95jbdU FWVupDCWKs0lvgYGcbdpxmTlkY1YDG6XjQUG4hIxDeVL9mMPqGnvGTwLsvoLdRSGHAnr 7/+yOlvTGVz/pMjgWyBenWZ/ungilUr99k5/2J2vs2+Y556rhWU826YRGIAKsqwseNN4 EUI35FSpK6hLjA5/B7Xdq8q/BS2k72V2Kjh6/j/HLdKMhV9zNtAe938fkkWyoUSIRaAH DBHz6hvdxN/p208GhXprOaFs27BsSba8mkQKu3TMNBrCn+h94U/A4EUQNMe7sWaPacwx 01Fw== MIME-Version: 1.0 In-Reply-To: References: From: Matt Jones Date: Thu, 3 Jan 2013 08:53:00 -0600 Subject: Re: building python from source To: Rita Content-Type: multipart/alternative; boundary=e89a8f92407818ee2404d2638653 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 73 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357224803 news.xs4all.nl 6903 [2001:888:2000:d::a6]:55259 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36066 --e89a8f92407818ee2404d2638653 Content-Type: text/plain; charset=ISO-8859-1 Run the unittests. the "test___all___.py" test runner can be found under your python installation directory's lib/python-X.X/test/. *Matt Jones* On Thu, Jan 3, 2013 at 8:43 AM, Rita wrote: > For those building python from source what are some tests you do to make > sure the compilation and installation is up to standard. For instance here > are some thing I do: > Tk functionality > sqlite module > Python is compiled with shared object (important for wsgi) > Proper preloading of python libraries (set the proper -rpath flag for gcc) > > Any others? The people who manage distributions what do they check with > for regression tests? > > > > > > -- > --- Get your facts first, then you can distort them as you please.-- > > -- > http://mail.python.org/mailman/listinfo/python-list > > --e89a8f92407818ee2404d2638653 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Run the unittests. =A0the "test___all___.py" test runner can b= e found under your python installation directory's lib/python-X.X/test/= .


Matt J= ones


On Thu, Jan 3, 2013 at 8:43 AM, Rita <rmorgan466@gmail.com> wrote:
For those building python from source what are some tests you do to make su= re the compilation and installation is up to standard. For instance here ar= e some thing I do:
Tk functionality
sqlite module
Python is compiled with shared object (important for wsgi)
Proper= preloading of python libraries (set the proper -rpath flag for gcc)
<= div>
Any others? =A0The people who manage distributions what = do they check with for regression tests?=A0




--
--- Get your facts first, then you can distort them as= you please.--

--
http://mail.python.org/mailman/listinfo/python-list


--e89a8f92407818ee2404d2638653--