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


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

Windows Deployment Of Python Modules

Started byAdam Tauno Williams <awilliam@whitemice.org>
First post2013-03-21 16:14 -0400
Last post2013-03-21 16:14 -0400
Articles 1 — 1 participant

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


Contents

  Windows Deployment Of Python Modules Adam Tauno Williams <awilliam@whitemice.org> - 2013-03-21 16:14 -0400

#41666 — Windows Deployment Of Python Modules

FromAdam Tauno Williams <awilliam@whitemice.org>
Date2013-03-21 16:14 -0400
SubjectWindows Deployment Of Python Modules
Message-ID<mailman.3599.1363898050.2939.python-list@python.org>
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.

-- 
Adam Tauno Williams  GPG D95ED383
Systems Administrator, Python Developer, LPI / NCLA

[toc] | [standalone]


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


csiph-web