473,387 Members | 3,820 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Python binaries for Solaris, HP-UX

I'm looking for binaries of Python (2.3.4, preferably) which run on
Solaris and HP-UX. I need to be able to install them as a non-root
user (hence, to a private directory, something like ~/bin).

Do such things exist, and if so where would I find them? I'm not a
Unix admin, so if the answer is a pointer to a well-known archive
site, I'd appreciate that. There was nothing I could find at
python.org.

Sadly, I'm not sure that any of the systems I work on have
development tools installed, so building from source isn't an option.
(Well, it is if I can find a user-installable version of gcc, a
development environment, etc...)

Thanks,
Paul
--
The trouble with being punctual is that nobody's there to appreciate
it. -- Franklin P. Jones
Jul 18 '05 #1
7 5020
Paul Moore wrote:
I'm looking for binaries of Python (2.3.4, preferably) which run on
Solaris and HP-UX. I need to be able to install them as a non-root
user (hence, to a private directory, something like ~/bin).


HP offers precompiled packages of free software at the DSPP pages:
http://h21007.www2.hp.com/dspp/tech/...1,4682,00.html

The same holds for Solaris, but I forgot the link - as simple
websearch should help you.

Mathias
Jul 18 '05 #2
Mathias Waack <M.*****@gmx.de> writes:
Paul Moore wrote:
I'm looking for binaries of Python (2.3.4, preferably) which run on
Solaris and HP-UX. I need to be able to install them as a non-root
user (hence, to a private directory, something like ~/bin).


HP offers precompiled packages of free software at the DSPP pages:
http://h21007.www2.hp.com/dspp/tech/...1,4682,00.html


That installs to /usr/local, unfortunately. As I said, I need
something that will install as an unprivileged user :-( I suspect
that Sun's version is similar (ones I found via websearch certainly
were).

Thanks,
Paul.
--
It was a machine, and as such only understood one thing. Being clobbered
with big hammers was something it could relate to. -- Tom Holt
Jul 18 '05 #3
Paul Moore wrote:
HP offers precompiled packages of free software at the DSPP pages:
http://h21007.www2.hp.com/dspp/tech/...1,4682,00.html
That installs to /usr/local, unfortunately. As I said, I need
something that will install as an unprivileged user


If you take a closer look you will see, that the HP packages can be
unpacked anywhere. Its just a little more work then using the
installer.

BTW I'm working for company which solved this problem by allowing
everybody to write to /usr/local.

BTW2 I do not working as a system administrator for this company;)

Mathias
Jul 18 '05 #4
Mathias Waack <M.*****@gmx.de> writes:
Paul Moore wrote:
HP offers precompiled packages of free software at the DSPP pages:
http://h21007.www2.hp.com/dspp/tech/...1,4682,00.html

That installs to /usr/local, unfortunately. As I said, I need
something that will install as an unprivileged user


If you take a closer look you will see, that the HP packages can be
unpacked anywhere. Its just a little more work then using the
installer.


I apologise for being dense here - as I said, I am not familiar with
Unix admin (I'm an Oracle DBA, in fact). I checked the Python package
linked to from that site, which takes me to the HP-UX porting and
archive centre. The binary distribution is a compressed depot file,
which isn't a format I'm familiar with, but the FAQ states:

"""
5.5 What do I do with SD 11.X depot packages?
You can either install software onto your system using swinstall(1M),
or you can redistribute the software using swcopy(1M) and others may
then install the software directly from your machine. Both actions
require root access.
"""

I searched the FAQ on that site, and can see nothing about installing
as a non-root user.
BTW I'm working for company which solved this problem by allowing
everybody to write to /usr/local.

BTW2 I do not working as a system administrator for this company;)


Ah - an enlightened company :-) Unfortunately, I'm working for a
company that does 3rd party support for *other* companies. By the
time you have 2 layers of admin and "security" rules in place, you're
lucky if you can get access to ksh... :-(

I really don't want to write our admin scripts in Perl, just because
it comes preinstalled :-(

Paul.
--
Home computers are being called upon to perform many new functions,
including the consumption of homework formerly eaten by the dog --
Doug Larson
Jul 18 '05 #5
Paul Moore wrote:
The binary distribution is a compressed
depot file


which in fact is a simple tar file or shell archive (I have no access
to a HP box from home and I can't remember exactly). Thus you can
unpack the depot file wherever you want, correct the directory
layout and use it. Of course this works only for location
independent (ie. well designed) packages. Python is one of these.

Mathias
Jul 18 '05 #6
Mathias Waack <M.*****@gmx.de> writes:
Paul Moore wrote:
The binary distribution is a compressed
depot file


which in fact is a simple tar file or shell archive (I have no access
to a HP box from home and I can't remember exactly). Thus you can
unpack the depot file wherever you want, correct the directory
layout and use it. Of course this works only for location
independent (ie. well designed) packages. Python is one of these.


Ah! That's the thing I needed. Thanks for your patience - I'll go and
try it out.

Paul.
--
This signature intentionally left blank
Jul 18 '05 #7
Paul Moore wrote:
Ah! That's the thing I needed. Thanks for your patience - I'll go
and try it out.


Please let us know if it works. I've installed only very small
packages like libxml this way. Would be interesting for other people
with the same problem...

Mathias
Jul 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: hokieghal99 | last post by:
While trying to learn more about Python's standard modules, I noticed that there are *a lot* of Mac only modules... more so than Unix and Windows specific modules combined. Is there a reason for...
1
by: Yong Wang | last post by:
Hi, All: We have a network management system written in C++, MysQL, and Hp SNMP. It works in Solaris command line. When I wrote a similar python codes which call compiled C++ and mysql codes in...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 241 open ( -6) / 2622 closed (+26) / 2863 total (+20) Bugs : 764 open ( +6) / 4453 closed (+38) / 5217 total (+44) RFE : 150 open...
5
by: Madhu R. Vajrala | last post by:
Hello All, I am very new to Python, trying to install it from source (ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/python-2.3.3.tar.gz) on Sun Solaris-9 (SPARC). But getting the below error...
1
by: dmulcahy | last post by:
Folks, I am trying to build the binaries for Python 2.4.3 on a Sun E6900 running SPARC Solaris 9 and using gcc 3.4.2. When the makefile tries to build the _curses extension it fails with a...
158
by: Giovanni Bajo | last post by:
Hello, I just read this mail by Brett Cannon: http://mail.python.org/pipermail/python-dev/2006-October/069139.html where the "PSF infrastracture committee", after weeks of evaluation, recommends...
4
by: Martijn de Munnik | last post by:
Hi, I want to compile python on my solaris 10 system (amd 64 bit). I did the following: ../configure --prefix=/opt/64/python make which resulted in this error:
12
by: Tony Belding | last post by:
I'm interested in using an off-the-shelf interpreted language as a user-accessible scripting language for a MUCK. I'm just not sure if I can find one that does everything I need. The MUCK must be...
6
by: bhochstetler | last post by:
I am on a hp 11.11 machine doing a 64 bit python 2.5 build. When I get my python executable created and run it, I get the error: "import site failed" OverflowError: signed integer is greater...
15
by: kyosohma | last post by:
Hi, I am trying to get a small group of volunteers together to create Windows binaries for any Python extension developer that needs them, much like the package/extension builders who volunteer...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.