|
IEPM Web Services
|
SOAPy is a SOAP/XML Schema Library for Python. It's available for download on SourceForge at the SOAPy home page. We make use of this module to write SOAP clients code in Python.
fpconst must be pre-installed for SOAPy to work.
fpconst is Python module that implements constants and functions for working with IEEE754 double-precision special values. It provides constants for Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to test for these values.
This module is available for download from the Rossini Research Group and Computational Lab
> python fpconst install --prefix <directory for installation>
(for example: python fpconst install --prefix /home/myname/fpconst-install
>setenv PYTHONPATH <path to the site-packages dir for module >/