Dislin compilation

Gaubitzer Erwin a9605473 at unet.univie.ac.at
Wed Sep 17 04:43:30 EDT 2003


Thanks to all, who have answered
(per mail or in thread)

For all others, who also don't know how to do I summarize shortly

1. The make_py script looks for the Include and the Config directories.
        These are in the Python developers version (python-devel rpm 
        for SuSE:
  PYTH_INC="/usr/include/python2.2/"            for python version 2.2
  PYTH_CONF="/usr/lib/python2.2/config"
        in the appropriate section (lnx for Linux)
2. The DISLIN variable has to be defined, for instance in the shell by
        export DISLIN=/usr/local/dislin         (default directory)
3. Calling
  make_py lnx
        for Linux OS
4. Copying the module to the right directory
        cp dislinmodule.so /usr/local/dislin/python

Now it should work





More information about the Python-list mailing list