fcntl and FCNTL

From: Omid Fatemi (ofatemi_at_yahoo.com)
Date: 10/30/04


Date: 29 Oct 2004 20:07:25 -0700

I followed discussion in the group about this problem:

ImportError: No module named fcntl

I found out there are two modules:
FCNTL
fcntl
the first one is obsolete and shouldn't be used.
But the second one is usable.

Unfortunately, there is no fcntl in my python installation (Python
2.3.3, I got it from python site for Windows). There is FCNTL.py which
is just a warning message and some imports.

Am I missing some files here. How could I have access to fcntl module.

Any help?

Thank you in advance.
Regards;



Relevant Pages

  • Re: fcntl and FCNTL
    ... > ImportError: No module named fcntl ... there is no fcntl in my python installation (Python ...
    (comp.lang.python)
  • Re: python 2.3.1 issues DeprecationWarning for FCNTL when importing tempfile
    ... Either that or just check the installed Python lib directory for an ... I just tried using Installer on a file ... that imports fcntl and it does create the lower case file compiled ... tell py_compile.compile to compile "fcntl.py" without picking a ...
    (comp.lang.python)
  • fcntl O_NDELAY constant not found in python 2.3 on linux
    ... I'm trying to use fcntl to set an existing file ... exhibits the behavior of python that is preventing me ... DeprecationWarning) ... Do you Yahoo!? ...
    (comp.lang.python)
  • Outdated Recipe?
    ... I have tried the recipe by Brent Burley ... from "The Python Cookbook" but have generate a couple of errors. ... The first is a warning that the FCNTL module is depreciated, ...
    (comp.lang.python)
  • Re: How to get rid of "hex/oct constants > sys.maxint" warning?
    ... On 11 Aug 2004, Grant Edwards wrote: ... The best way is to tell Python to silence the warning: ... which is acceptable to fcntl(). ...
    (comp.lang.python)