Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55476
| Return-Path | <ganeshsahni07@gmail.com> |
|---|---|
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.013 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'python,': 0.02; 'yet.': 0.04; 'distutils': 0.07; 'idea?': 0.09; 'python': 0.11; '(when': 0.16; 'libraries.': 0.16; 'preparing': 0.16; 'ravi': 0.16; 'subject:howto': 0.16; 'wrote:': 0.18; 'properly': 0.19; 'module,': 0.24; '(or': 0.24; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'room': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'gives': 0.31; 'rails': 0.31; 'subject:programs': 0.31; 'know.': 0.32; 'charge': 0.33; 'checking': 0.33; 'fri,': 0.33; 'skip:d 20': 0.34; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'clear': 0.37; 'tasks': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'first': 0.61; 'computers': 0.72; 'friends': 0.81; '3:00': 0.84; 'subject:check': 0.84; '2013': 0.98 |
| 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 :content-type; bh=hjJwcRJIjjPWB36L1WauZ866TVp7Ty7u6L0x4XsQjQA=; b=JBvwwNrWNwVAe0c1ScrtOs9YZCvrSsNCiGtRg/QxayDEpboB6SaDtY82Y+F8jm+8Kw jiZOYTuz0BJ6ZCWUla9SIa91IBqP/CGaVVwhJ62lt2Kx1CB8oF+klCA6NX1HI8yzNf8N sFxhsksTLw8qtV2Nr16dSeU970zmeofyfv25eUes0L4zs4uyJmEiZfpBNP7X3JrChLvU LDAaFFYHdqVuXWIH+XHikUk74AHDHjebCMtIQOLv/NthzE8/xdTb4ttP/HZh5kEEMUtW mhQtSVf9goU+ggeqDrY5hsoe5h9LsOy3NWPemEXfk0HFX7XypEiVKq1Sa1GnM5CzBlAA npXA== |
| X-Received | by 10.67.1.203 with SMTP id bi11mr15302474pad.137.1380887865484; Fri, 04 Oct 2013 04:57:45 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <CAKUKWz=NXM_Vo_4WGP-gPS43_S0XPXeA_1s2zLddME_9nqLjXw@mail.gmail.com> |
| References | <CAKUKWz=NXM_Vo_4WGP-gPS43_S0XPXeA_1s2zLddME_9nqLjXw@mail.gmail.com> |
| From | Ravi Sahni <ganeshsahni07@gmail.com> |
| Date | Fri, 4 Oct 2013 17:27:23 +0530 |
| Subject | Re: howto check programs and C libraries |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.721.1380887868.18130.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1380887868 news.xs4all.nl 15910 [2001:888:2000:d::a6]:43677 |
| X-Complaints-To | abuse@xs4all.nl |
| Path | csiph.com!usenet.pasdenom.info!news.franciliens.net!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Xref | csiph.com comp.lang.python:55476 |
Show key headers only | View raw
On Fri, Oct 4, 2013 at 3:00 PM, David Palao <dpalao.python@gmail.com> wrote: > Hello, > I'm in charge of preparing a computer room for the practices of > "introduction to programming". > One of the tasks is checking that from all the computers in the room > one can execute some programs and link (and compile) against some > libraries. > My first idea was using Autotools (or cmake), but as I'm a big fan of > python, I was thinking how to do that with python, and I don't have a > clear solution yet. > I know that distutils includes the distutils.command.config module, > and I think it could do the job (when properly subclassed). > Do you have a better idea? I have ruby on rails friends who speak of capistrano and puppet. google puppet python gives me : http://stackful-dev.com/cuisine-the-lightweight-chefpuppet-alternative If you find it good I shall be interested to know. -- Ravi
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: howto check programs and C libraries Ravi Sahni <ganeshsahni07@gmail.com> - 2013-10-04 17:27 +0530
csiph-web