[Zope] Installing ZServer
Tom Deprez
Tom Deprez" <tom.deprez@village.uunet.be
Wed, 5 May 1999 22:15:51 +0200
Hi,
Still in my 'Zope hype' I installed it on my old DX2 66Mhz pc with
Windows95.
It works!!!. I've installed 1.11 and I like it even better then 1.10.2 ...
if you keep going like this.... what will 2.0 become?
Better graphics also! :-)
I must say that it is slow (slower then 1.10.2).... but I guess this is
normal seeing my computer configuration... :-)
Now, I wanted to try out the ZServer instead of the ZopeHTTPServer. So I
created the following batchfile :
set ZOPE_DEBUG_MODE=1
set PYTHONHOME='D:\WebSite\'
"D:\WebSite\bin\python" "D:\WebSite\ZServer\start.py"
However, I always get the following error :
log: adding channel <trigger at 920320>
Traceback (innermost last):
File "D:\WebSite\ZServer\start.py", line 96, in ?
from FTPServer import FTPServer
File "D:\WebSite\ZServer\FTPServer.py", line 140, in ?
from medusa.ftp server import ftp_channel, ftp_server, recv_channel
File "D:\WebSite\ZServer\medusa\ftp_server.py", line 58, in ?
HOSTNAME = socket.gethostbyaddr (IP_ADDRESS)[0]
socket.error: host not found
What am I doing wrong?
Regards, Tom.