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


Groups > comp.lang.python > #73852

FW: install software via Python script

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <mosheavraham2002@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'scripts,': 0.09; 'subject:script': 0.09; 'subject:software': 0.09; 'sfxlen:2': 0.11; 'python': 0.11; 'systems.': 0.12; 'suggest': 0.14; 'windows': 0.15; 'example).': 0.16; 'guys,': 0.16; 'subject:install': 0.16; 'thanks,': 0.17; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'java': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'script': 0.25; '(for': 0.26; 'developing': 0.27; 'header:In-Reply-To:1': 0.27; 'dos': 0.30; 'run': 0.32; 'etc.)': 0.35; 'usual': 0.35; 'received:google.com': 0.35; 'url:rec-html40': 0.35; 'oracle': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'url:microsoft': 0.37; 'message-id:@gmail.com': 0.38; 'version,': 0.38; 'url:office': 0.38; 'to:addr:python-list': 0.38; 'url:schemas': 0.38; 'url:omml': 0.39; 'url:2004': 0.39; 'url:12': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'easy': 0.60; 'simple': 0.61; 'received:96': 0.65; 'subject:via': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:thread-index:content-language; bh=ygAyA4GN3Xi0hFy/pg7fV/rnyJc8OXAL/0j//xMliCc=; b=zAlhoIiEe8GeptUfR01Yj0uhrb3XCBorEDb9bN6uYI2vqiMUZJZjLAd5Iph5YNR6WK P355V8RXo0mthDWwXuOnKOAnm1iYjvYpLZzLxJXWSQ40oQze0hhZjL9a92F8O2VnNp5r caryfWSs28RSd+AkB5ilMWB7JkT1VyQuhwuYMpNVH/0KFx2u6BuI9AWAoec7BTes5yX2 uw+RKbsB45nyxF8n2Ew/kPA5/bAm+8AnK6jI9RnMQBw2YpeJliws0H9P9zbiImL6agR0 DAk/wrxADltdWIarn5ergdRsn7NzWFgskIbCIn0d7MhMvulp9Y+OKEfJc6pOBC8o54oB s1LQ==
X-Received by 10.224.112.131 with SMTP id w3mr1234873qap.68.1404338516772; Wed, 02 Jul 2014 15:01:56 -0700 (PDT)
From "Moshe Avraham" <mosheavraham2002@gmail.com>
To <python-list@python.org>
References
In-Reply-To
Subject FW: install software via Python script
Date Wed, 2 Jul 2014 18:01:45 -0400
MIME-Version 1.0
Content-Type multipart/alternative; boundary="----=_NextPart_000_0023_01CF961F.B052C240"
X-Mailer Microsoft Outlook 14.0
Thread-Index AQHlsPZp8t6+woPYGd1Y1JuRd99YR5thICwg
Content-Language en-us
Cc help@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 <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.11421.1404338524.18130.python-list@python.org> (permalink)
Lines 96
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1404338524 news.xs4all.nl 2935 [2001:888:2000:d::a6]:34763
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:73852

Show key headers only | View raw


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

 

HI Guys,

I need to install variety of software (Oracle, SqlServer, upgrade JAVA
version, WAS, WMB, Tomcat, etc.) on both WINDOWS and UNIX/LINUX.

These are usual daily operation of large IT departments.

So instead of developing both shell & DOS scripts, I like to develop a
single Python script (for each of these software) to run on all operation
systems.

Can someone suggest an easy simple way of developing a script for Oracle (as
an example).

Thanks,

Moshe

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

FW: install software via Python script "Moshe Avraham" <mosheavraham2002@gmail.com> - 2014-07-02 18:01 -0400
  Re: FW: install software via Python script Grant Edwards <invalid@invalid.invalid> - 2014-07-02 22:07 +0000

csiph-web