Well, I decided to take the plunge into ZServer. I installed it on my system but it won't run. I tryed the patch to start.py that was suggested for another ZServer problem but that didn't help. I assume that since I am using Zope 1.10.2 that I do not need to replace lib/python/OFS/Folder.py with the one suplied with ZSEever. I am running Zope 1.10.2 on Redhat Linux 5.2. My Zope directory is /usr/local/Zope I modified start.py as such: #!/usr/local/Zope/bin/python # configuration variables # IP_ADDRESS='192.168.1.16' HOST='pc16.regalint.com' DNS_IP='192.168.1.12' HTTP_PORT=9673 FTP_PORT=8021 PCGI_PORT=88889 PID_FILE='Zope.pid' MODULE='Main' LOG_FILE='ZServer.log' Here is what I get: [root@pc16 ZServer]# ./start.py Traceback (innermost last): File "./start.py", line 17, in ? from medusa import resolver,logger,http_server,asyncore File "./medusa/resolver.py", line 181, in ? import asyncore File "./medusa/asyncore.py", line 427, in ? import FCNTL ImportError: No module named FCNTL But it does exist: find .. -name FCNTL\* ../lib/python1.5/plat-linux2/FCNTL.pyc ../lib/python1.5/plat-linux2/FCNTL.py ../lib/python1.5/plat-linux2/FCNTL.pyo Can anyone help? Thanks, Phil A. ------------------------------------------------------------------- Philip Aylesworth Information Systems Manager phila@regalint.com PGP public key: http://www.regalint.com/PGPkeys/phila.html