-----Original Message----- From: Tom Deprez [mailto:tom.deprez@village.uunet.be] Sent: Wednesday, May 05, 1999 4:16 PM To: zope@zope.org Subject: [Zope] Installing ZServer
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?
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. -Michel
Regards, Tom.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )