install software

2019-11-28 Thread alberto
Hi, I'm trying to install a python source https://github.com/peteboyd/lammps_interface when I run the example test I receive this error AttributeError: 'NoneType' object has no attribute 'copy' How could I fix it? regards lammps-interface /home/alberto/Scaricati/lammps_interface-master/te

RE: install software via Python script

2014-07-02 Thread Moshe Avraham
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

Re: install software via Python script

2014-07-02 Thread Paul Sokolovsky
Hello, On Wed, 2 Jul 2014 18:01:45 -0400 "Moshe Avraham" wrote: > 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

Re: FW: install software via Python script

2014-07-02 Thread Grant Edwards
On 2014-07-02, Moshe Avraham wrote: > 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 lik

FW: install software via Python script

2014-07-02 Thread Moshe Avraham
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