fcntl and FCNTL
From: Omid Fatemi (ofatemi_at_yahoo.com)
Date: 10/30/04
- Next message: Arun: "running a python script in the background"
- Previous message: Richard Blackwood: "Re: scripting languages vs statically compiled ones"
- Next in thread: Peter Hansen: "Re: fcntl and FCNTL"
- Reply: Peter Hansen: "Re: fcntl and FCNTL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
- Next message: Arun: "running a python script in the background"
- Previous message: Richard Blackwood: "Re: scripting languages vs statically compiled ones"
- Next in thread: Peter Hansen: "Re: fcntl and FCNTL"
- Reply: Peter Hansen: "Re: fcntl and FCNTL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|