NaN handling

Robert Kern robert.kern at gmail.com
Fri May 5 18:57:21 EDT 2006


Grant Edwards wrote:
> On 2006-05-05, Robert Kern <robert.kern at gmail.com> wrote:

>>Pure Python has a similar, but somewhat less flexible method, on UNIX platforms.
>>
>>  http://docs.python.org/dev/lib/module-fpectl.html
> 
> For which "Unix" platforms?  It's not there under Linux:
> 
> Python 2.4.2 (#1, Feb 14 2006, 07:55:13) 
> [GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> 
>>>>import fpectl
> 
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named fpectl

You might have to enable it during the Python build process.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco




More information about the Python-list mailing list