Re: fpectl
- From: "Matt" <matthew_shomphe@xxxxxxxxxxxxxxx>
- Date: 18 Apr 2005 09:54:49 -0700
Sébastien Boisgérault wrote:
> Hi all,
>
> Can anybody tell me why I can't load the fpectl module in my Python
> interpreter:
>
> >>> import fpectl
> Traceback: ...
> ...
> ImportError: No module named fpectl
>
> My platform is Linux (Mandrake 10.x) + Python2.4, built from the
> (python.org) sources and configured with the --with-fpectl option.
>
> Any idea ? Is the Python Library Reference obsolete on this point or
> did I miss something ?
>
> I have understood from the previous posts on the subject that the
whole
> floating-point issue (or specifically IEEE 754 support) is quite
> complex
> and highly platform-dependent. Therefore I guess that I cannot take
for
> granted the expected behavior of fpectl functions. But at least I
> should
> be able to import it, shouldn't I ?
>
> Cheers,
>
> S.B.
I'd assume it's because you're on a non-Unix system. The docs
(http://www.python.org/doc/2.3.5/lib/module-fpectl.html) say:
Availability: Unix
I'm assuming that means you can't use it on a Windows platform (or any
non-Unix environment)...
.
- Follow-Ups:
- Re: fpectl
- From: tiissa
- Re: fpectl
- References:
- fpectl
- From: Sébastien Boisgérault
- fpectl
- Prev by Date: Re: MS SQL Server/ODBC package for Python
- Next by Date: Any movement on FreeBSD segfaults when using threads?
- Previous by thread: fpectl
- Next by thread: Re: fpectl
- Index(es):