Operating System - HP-UX
1748220 Members
4417 Online
108759 Solutions
New Discussion юеВ

python installation in hp-ux 11.00

 
rajeshk
Advisor

python installation in hp-ux 11.00

Hi,

I am new to HP-UX. I need to install python in my L-class server. I had downloaded and it's in one of the home directory. when i initate swinstall and specified the path where i have downloaded. It's giving depot software not found in the path. Can any one help me to install this python.

Regards,
K.Rajesh
5 REPLIES 5
T G Manikandan
Honored Contributor

Re: python installation in hp-ux 11.00

I am not sure whether the downloaded file was a depot file.

you can download the depot file from

http://hpux.cs.utah.edu/hppd/hpux/Languages/python-2.2.1/

then do a

#swinstall -s

Thanks
rajeshk
Advisor

Re: python installation in hp-ux 11.00

Hi,

Already I had downloaded from the site which you have specified. It was in gzip format and i gunzipped and still i am facing the same problem. Pl. help.

Regards,
Krajesh
Yogeeraj_1
Honored Contributor

Re: python installation in hp-ux 11.00

hi,

The package: "HP-UX 11.00 PA-RISC Binary Depot (gzipped)"
python-2.2.1-sd-11.00.depot.gz

is OK.

gunzip it and you will get the depot (python-2.2.1-sd-11.00.depot)

Make sure you have FTP'ed it in BINARY mode to the server.

then use swinstall to install it.

It should work! if not, please post the installation log file.

Regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
T G Manikandan
Honored Contributor

Re: python installation in hp-ux 11.00

Download it

Transfer the file to the hp server using the binary mode.

#/usr/contrib/bin/gunzip <.gz file path>

#swinstall -s

Thanks
rajeshk
Advisor

Re: python installation in hp-ux 11.00

Hi,
Thanks guys. It has been installed.

Regards,
K.Rajesh