FeResPost Web Site                     FeResPost Online User Manual

X.A.3.4 Python extensions

The shared library (FeResPost.so or FeResPost.pyd) contain everything you need to run the examples. The files should be copied into the Python installation library directory. You can also copy Python library in you user site packages directory. This can be obtained via the command:

        python -l --user-site  
    

The files can also be installed in another directory, but then the access path must be specified to Python.

You can also install them in any directory that suits you and ensure that “PYTHONPATH” environment variable points to that directory.

Note that the Python examples are provided with with “env*’ batch files that help you to define the approrpiate environment on Windows.