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