installing cephes (or other modules)

Janko Hauser jhauser at ifm.uni-kiel.de
Tue Mar 21 02:20:30 EST 2000


If you run a unix like OS you should make a directory SpecialFuncs under
/usr/local_or_something/lib/python1.5/site-packages
and put the *.so and *.py files in this directory. Then you generate
in /usr/local_or_something/lib/python1.5/site-packages a file named
`SpecialFuncs.pth' and write into this file the only line
`SpecialFuncs'.

If you now start python 
>>> import sys
>>> sys.path

This directory should be in your path. Now you can install cephes.

HTH,
__Janko

-- 
  Institut fuer Meereskunde             phone: 49-431-597 3989
  Dept. Theoretical Oceanography        fax  : 49-431-565876
  Duesternbrooker Weg 20                email: jhauser at ifm.uni-kiel.de
  24105 Kiel, Germany



More information about the Python-list mailing list