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


Groups > comp.lang.python > #36066 > unrolled thread

Re: building python from source

Started byMatt Jones <matt.walker.jones@gmail.com>
First post2013-01-03 08:53 -0600
Last post2013-01-03 08:53 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: building python from source Matt Jones <matt.walker.jones@gmail.com> - 2013-01-03 08:53 -0600

#36066 — Re: building python from source

FromMatt Jones <matt.walker.jones@gmail.com>
Date2013-01-03 08:53 -0600
SubjectRe: building python from source
Message-ID<mailman.44.1357224803.2939.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

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 <rmorgan466@gmail.com> 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
>
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web