[Zope-Coders] [ZC] 151/ 1 Request "zserver medusa monitor_client can't start"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Wed, 16 Jan 2002 15:00:04 -0500


Issue #151 Update (Request) "zserver medusa monitor_client can't start"
 Status Pending, ZServer/bug+solution medium
To followup, visit:
  http://collector.zope.org/Zope/151

==============================================================
= Request - Entry #1 by efge on Jan 16, 2002 3:00 pm


Uploaded:  "asyncore.patch"
 - http://collector.zope.org/Zope/151/asyncore.patch/view
When trying to start the monitor client using
./bin/python ZServer/medusa/monitor_client.py localhost 9099
I get the error:
  File "ZServer/medusa/asyncore.py", line 546, in __init__
    fcntl.fcntl (fd, fcntl.F_SETFL, flags)
AttributeError: 'fcntl' module has no attribute 'F_SETFL'

Apparently you now have to use the FCNTL module.
Patch to ZServer/medusa/asyncore.py is provided.

==============================================================