Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*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; 'packages.': 0.15; '>>on': 0.16; 'adam': 0.16; 'awesome.': 0.16; 'etc...': 0.16; 'wrote:': 0.17; 'thu,': 0.17; '>>>': 0.18; '(or': 0.18; 'windows': 0.19; 'installed': 0.23; 'seems': 0.23; 'idea': 0.24; 'header:In-Reply-To:1': 0.25; 'installing': 0.27; 'module.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'about.': 0.29; 'deploy': 0.29; 'installed,': 0.29; 'install': 0.29; 'getting': 0.33; 'automation': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'server': 0.35; 'pm,': 0.35; 'something': 0.35; 'there': 0.35; 'but': 0.36; 'itself': 0.37; 'ok,': 0.37; 'does': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'easy': 0.60; 'success': 0.63; 'more': 0.63; 'talking': 0.66; '2013': 0.84; 'conducive': 0.84; 'packaged': 0.84; 'yes!': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=w9Cp6vpMR0ZiJji8K8GUpxsshZHlO0gjpDZZjPer7IE=; b=0orEawTqYs+eGopDck9MW+GR8JRKZpF9h0957/6Te4P832I7cV2NRt++dPZNcOW36G xilzkv/3pf+6/JtlmMV8DXFvtB2cwdjB9NQfSyg4muhj2ef9wYFJHN13DJpBU2AywMPJ tfbPEoK62c8bBFlFXpWQrUH3h2d9ogD2+la7Mb0Q1l0k9u+dEsmGp/SB9HyQtzR3VVIL jIxWqrNNLHmv1bPFAyuzbrXwfvdr18FPX38PoxxjaYYMkknZYoq2fkR0Bo0a78uYwlT7 hPKbGk63LwBRuHyntohfiyGxM9kiDliEO5gc7meb6/2GE3lkEotq/40IUuU2S9Mo+YUp +DxA== MIME-Version: 1.0 X-Received: by 10.182.127.47 with SMTP id nd15mr7926590obb.11.1363905625818; Thu, 21 Mar 2013 15:40:25 -0700 (PDT) In-Reply-To: <6a5de268-22bd-414a-bacc-8beb7e6b49bd@email.android.com> References: <1363896869.1738.30.camel@linux-86wr.site> <6a5de268-22bd-414a-bacc-8beb7e6b49bd@email.android.com> Date: Thu, 21 Mar 2013 18:40:25 -0400 Subject: Re: Windows Deployment Of Python Modules From: David Robinow To: python-list@python.org Content-Type: text/plain; charset=UTF-8 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363905628 news.xs4all.nl 6965 [2001:888:2000:d::a6]:47070 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41675 On Thu, Mar 21, 2013 at 6:23 PM, Adam Tauno Williams wrote: > David Robinow wrote: >>On Thu, Mar 21, 2013 at 4:14 PM, Adam Tauno Williams >> 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. >>> >>> >>> 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). OK, I have no idea what you're talking about. Clearly you want something more than installing packages.