473,770 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5037
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
2141
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 this? I am familiar with the Windows extensions by Mr. Hammond and wonder if they'll ever become apart of the official Python distribution. It looks as if something similar already exists for Macs with all these Mac only modules. Why is this? ...
1
2207
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 solaris command line, the comipled codes work fine in wraped python file. When I change the python codes to web interface in python CGI script, I got message that "Can't connect to local MySQL server through socket '/tmp/mysql.sock'" How can I...
0
1895
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 ( +2) / 131 closed ( +0) / 281 total ( +2) New / Reopened Patches ______________________
5
4384
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 message during configure. Also while uncompressing, it is returning the checksum doesnt match error as well. Configure Error:
1
2019
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 symbol referencing error on "mvwgetnstr", which it appears should exist in libcurses.so. For some reason it seems this function does not exist in the version of libcurses.so shipped with Solaris 9.
158
6424
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 using a non open source tracker (called JIRA - never heard before of course) for Python itself. Does this smell "Bitkeeper fiasco" to anyone else than me? --
4
6481
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
2954
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 able to call the interpreter and execute scripts with it, but the interpreter must also be able to call functions in the MUCK code. And then there's the security issue that really worries me. . . I have to be able to limit what the interpreter...
6
2059
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 than the maximum. This is happening in the convertsimple() routine when it tries to return a signed int:
15
3227
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 their time to create Linux RPMs. The main thing I need are people willing to test the binaries to make sure the extension is stable. This would require installing the binary and probably downloading the source too to get the developer's test
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10257
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10099
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9904
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8931
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.