Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41673
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <awilliam@whitemice.org> |
| 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; 'subject:Python': 0.05; '21,': 0.07; 'setup.py': 0.07; 'subject:Windows': 0.09; 'python': 0.09; 'msi': 0.09; 'subject:Modules': 0.09; 'toss': 0.09; '>on': 0.16; 'adam': 0.16; 'awesome.': 0.16; 'etc...': 0.16; 'from:addr:awilliam': 0.16; 'from:addr:whitemice.org': 0.16; 'from:name:adam tauno williams': 0.16; 'received:72.14.190': 0.16; 'received:72.14.190.87': 0.16; 'received:mail.wmmi.net': 0.16; 'received:wmmi.net': 0.16; 'wrote:': 0.17; 'thu,': 0.17; '(or': 0.18; 'windows': 0.19; 'received:72.14': 0.20; 'installed': 0.23; 'to:2**1': 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'module.': 0.27; 'deploy': 0.29; 'installed,': 0.29; 'install': 0.29; 'getting': 0.33; 'automation': 0.33; 'to:addr:python-list': 0.33; 'server': 0.35; 'pm,': 0.35; 'there': 0.35; 'but': 0.36; 'itself': 0.37; 'does': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:10': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'easy': 0.60; 'success': 0.63; '2013': 0.84; 'conducive': 0.84; 'packaged': 0.84; 'yes!': 0.93 |
| User-Agent | K-9 Mail for Android |
| In-Reply-To | <CAF3XjbyqLpYdCnJcf5hCCLpbEnm32MDO9eic0N5Lu1hpnCthwQ@mail.gmail.com> |
| References | <1363896869.1738.30.camel@linux-86wr.site> <CAF3XjbyqLpYdCnJcf5hCCLpbEnm32MDO9eic0N5Lu1hpnCthwQ@mail.gmail.com> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Subject | Re: Windows Deployment Of Python Modules |
| From | Adam Tauno Williams <awilliam@whitemice.org> |
| Date | Thu, 21 Mar 2013 18:23:56 -0400 |
| To | David Robinow <drobinow@gmail.com>,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 <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.3603.1363904627.2939.python-list@python.org> (permalink) |
| Lines | 29 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1363904627 news.xs4all.nl 6937 [2001:888:2000:d::a6]:37626 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:41673 |
Show key headers only | View raw
David Robinow <drobinow@gmail.com> wrote: >On Thu, Mar 21, 2013 at 4:14 PM, Adam Tauno Williams ><awilliam@whitemice.org> wrote: >> >> Python itself is easy to deploy on Windows; just toss the MSI in >your >> local update server and away it goes. >> >> That's slick; LSUS is awesome. >> <http://www.localupdatepublisher.com/> >> >> But that gives you Python with no pip, easy_install, etc... And >*that* >> is not packaged appropriately. Is there some trick to getting >modules >> installed on Windows workstations en masse [in an automated fashion]? >> It seems like I must be missing something. >> For example, I want Python installed, and the iniparse module. >python setup.py install >Am I missing something? Yes! That does not get the package to the workstation. It also is not conducive to automation (or success auditing). -- Adam Tauno Williams
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Windows Deployment Of Python Modules Adam Tauno Williams <awilliam@whitemice.org> - 2013-03-21 18:23 -0400
csiph-web