RE: [Zope] Installing ZServer
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?
My guess is IP_ADDRESS in your start.py is not set right, however I believe it defaults to 127.0.0.1, does Win95 not have a 127.0.0.1 (loopback) interface? I would *not* be suprised.
I think it's a bug in the FTP module. If you configure a IP-Adress, it's not known by the FTP module. You have to configure it in the FTP module, too. Oliver -- I'm busily ignoring some thousand of implications I have determined to be irrelevant.
participants (1)
-
.Oliver_Thuns.