1.5.1 on IRIX

Andrew Dalke Andrew.Dalke at p98.f112.n480.z2.fidonet.org
Thu Jul 1 01:06:50 EDT 1999


From: Andrew Dalke <dalke at bioreason.com>

rceci at my-deja.com said:
> The libs originally where built/installed  -> /usr/local/lib/python1.5
> re-installed as ${somedir}/lib/irix32, and set PYTHONPATH to
> ${somedir}/lib/irix32.

> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

> Any ideas how to "fix" or suppress them?


Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

The default module search path uses <prefix>/python1.5.


Actually, it's a little more complicated than that. The default
module search path uses <prefix>/python1.5 so you'll need to
move
  ${somedir}/lib/irix32
to
  ${somedir}/lib/irix32/python1.5

then setenv PYTHONHOME ${somedir}/lib/irix32 .

						Andrew
						dalke at acm.org




More information about the Python-list mailing list