Re[2]: [Zope] medusa monitor not working

Dieter Maurer dieter@handshake.de
Mon, 16 Sep 2002 18:50:09 +0200


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