<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python installation problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435940#M5004</link>
    <description>I solved my problem.  Apparently the depot I got from the archive was bad.  I downloaded the source, changed the Makefile, and compiled it myself.  My build works fine and the message is gone.&lt;BR /&gt;&lt;BR /&gt;So to save yourself some time, if anybody wants to install Python, do it from the source and not the depot.</description>
    <pubDate>Tue, 15 Aug 2000 18:39:20 GMT</pubDate>
    <dc:creator>Blake Garretson</dc:creator>
    <dc:date>2000-08-15T18:39:20Z</dc:date>
    <item>
      <title>Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435933#M4997</link>
      <description>I installed the Python package on a new HP-UX 11.0 box, and I'm getting an error every time I run it.  It says:&lt;BR /&gt;&lt;BR /&gt;Could not find platform dependent libraries &lt;EXEC_PREFIX&gt;&lt;BR /&gt;Consider setting $PYTHONHOME to &lt;PREFIX&gt;[:&lt;EXEC_PREFIX&gt;]&lt;BR /&gt;&lt;BR /&gt;I promptly read the man page and then typed:&lt;BR /&gt;export PYTHONHOME=/opt/python&lt;BR /&gt;and then for good measure:&lt;BR /&gt;export PYTHONPATH=/opt/python&lt;BR /&gt;&lt;BR /&gt;I still get the error every time.  Anybody know what I'm doing wrong?&lt;/EXEC_PREFIX&gt;&lt;/PREFIX&gt;&lt;/EXEC_PREFIX&gt;</description>
      <pubDate>Thu, 10 Aug 2000 18:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435933#M4997</guid>
      <dc:creator>Blake Garretson</dc:creator>
      <dc:date>2000-08-10T18:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435934#M4998</link>
      <description>Blake:&lt;BR /&gt;&lt;BR /&gt;Is 'opt/python' in your PATH?&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Aug 2000 18:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435934#M4998</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-10T18:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435935#M4999</link>
      <description>It appears that a configuration item telling where the libraries are was not included.&lt;BR /&gt;It has not been told where those libraries are.</description>
      <pubDate>Thu, 10 Aug 2000 18:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435935#M4999</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-10T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435936#M5000</link>
      <description>&lt;PREFIX&gt; is the path to the python libs and &lt;EXEC_PREFIX&gt; is the path to the python binary. If $PYTHONHOME is set to /opt/python it is expecting to find both bin and libs in this location.&lt;BR /&gt;&lt;BR /&gt;To tell python the location of the libs and the binary try this;&lt;BR /&gt;&lt;BR /&gt;# export PYTHONHOME=&lt;PREFIX&gt;:&lt;EXEC_PREFIX&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PREFIX&gt; = python lib path&lt;BR /&gt;&lt;EXEC_PREFIX&gt; = python bin path&lt;/EXEC_PREFIX&gt;&lt;/PREFIX&gt;&lt;/EXEC_PREFIX&gt;&lt;/PREFIX&gt;&lt;/EXEC_PREFIX&gt;&lt;/PREFIX&gt;</description>
      <pubDate>Fri, 11 Aug 2000 06:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435936#M5000</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-08-11T06:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435937#M5001</link>
      <description>Thanks for the suggestions, but I've tried all of the obvious variations of PATH settings and PYTHONHOME settings.  I now have /opt/python/lib/python1.5 AND /opt/python/bin in my PATH.  I have also tried many variations of PYTHONHOME such as:&lt;BR /&gt;PYTHONHOME=/opt/python:/opt/python&lt;BR /&gt;PYTHONHOME=/opt/python/lib:/opt/python/bin&lt;BR /&gt;PYTHONHOME=/opt/python/lib/python1.5:/opt/python/bin&lt;BR /&gt;&lt;BR /&gt;and the list goes on.  Has anyone out there ever successfully installed this package?  I installed the depot version from the &lt;A href="http://hpux.cae.wisc.edu/" target="_blank"&gt;http://hpux.cae.wisc.edu/&lt;/A&gt; archive.&lt;BR /&gt;Thanks for the input.</description>
      <pubDate>Fri, 11 Aug 2000 11:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435937#M5001</guid>
      <dc:creator>Blake Garretson</dc:creator>
      <dc:date>2000-08-11T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435938#M5002</link>
      <description>Blake,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;I'll let you know what it is when I find it. You might want to check out &lt;A href="http://www.python.org" target="_blank"&gt;www.python.org&lt;/A&gt; for any hp-ux notes. The README provided wasnt very clear to me.</description>
      <pubDate>Fri, 11 Aug 2000 18:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435938#M5002</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-08-11T18:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435939#M5003</link>
      <description>Thanks for trying, Denver.  The funny thing is that the interpreter seems to still work okay.  I just get that annoying error every time I run it.</description>
      <pubDate>Fri, 11 Aug 2000 18:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435939#M5003</guid>
      <dc:creator>Blake Garretson</dc:creator>
      <dc:date>2000-08-11T18:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435940#M5004</link>
      <description>I solved my problem.  Apparently the depot I got from the archive was bad.  I downloaded the source, changed the Makefile, and compiled it myself.  My build works fine and the message is gone.&lt;BR /&gt;&lt;BR /&gt;So to save yourself some time, if anybody wants to install Python, do it from the source and not the depot.</description>
      <pubDate>Tue, 15 Aug 2000 18:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435940#M5004</guid>
      <dc:creator>Blake Garretson</dc:creator>
      <dc:date>2000-08-15T18:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Python installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435941#M5005</link>
      <description>Blake I'd give yourself 10 pts ;)</description>
      <pubDate>Tue, 15 Aug 2000 18:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/python-installation-problem/m-p/2435941#M5005</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-15T18:41:59Z</dc:date>
    </item>
  </channel>
</rss>

