- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Python installation problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 11:18 AM
08-10-2000 11:18 AM
Python installation problem
Could not find platform dependent libraries
Consider setting $PYTHONHOME to
I promptly read the man page and then typed:
export PYTHONHOME=/opt/python
and then for good measure:
export PYTHONPATH=/opt/python
I still get the error every time. Anybody know what I'm doing wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 11:44 AM
08-10-2000 11:44 AM
Re: Python installation problem
Is 'opt/python' in your PATH?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 11:45 AM
08-10-2000 11:45 AM
Re: Python installation problem
It has not been told where those libraries are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2000 11:05 PM
08-10-2000 11:05 PM
Re: Python installation problem
To tell python the location of the libs and the binary try this;
# export PYTHONHOME=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 04:21 AM
08-11-2000 04:21 AM
Re: Python installation problem
PYTHONHOME=/opt/python:/opt/python
PYTHONHOME=/opt/python/lib:/opt/python/bin
PYTHONHOME=/opt/python/lib/python1.5:/opt/python/bin
and the list goes on. Has anyone out there ever successfully installed this package? I installed the depot version from the http://hpux.cae.wisc.edu/ archive.
Thanks for the input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 11:07 AM
08-11-2000 11:07 AM
Re: Python installation problem
I've just installed that ver of python on a 10.20 system and can't get it to start without displaying the error. I've done all that was sugested in the man page with out any change.
I'll let you know what it is when I find it. You might want to check out www.python.org for any hp-ux notes. The README provided wasnt very clear to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 11:25 AM
08-11-2000 11:25 AM
Re: Python installation problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2000 11:39 AM
08-15-2000 11:39 AM
Re: Python installation problem
So to save yourself some time, if anybody wants to install Python, do it from the source and not the depot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2000 11:41 AM
08-15-2000 11:41 AM