16 Sep
2002
16 Sep
'02
4:50 p.m.
3205 5361 1215 9784 writes:
DM> > flags = fcntl.fcntl (fd, fcntl.F_GETFL, 0) DM> > AttributeError: 'fcntl' module has no attribute 'F_GETFL' DM> Are you using Python 2.2? DM> Use Python 2.1.3!
of course i am using 2.1.3 ! In Python 2.1.3, "F_GETFL" is defined in module "FCNTL" not "fcntl".
Dieter