Another FreeBSD thing to beware of: I've done this with FreeBSD 3.1 Stable and "./configure --with-threads" is the correct answer to this problem, but you may also be missing certain python modules (e.g. sha module) if you installed python from the ports collection. This was the case when I did it, but rolling my own solved that...
-----Original Message----- From: Paul Wolstenholme [mailto:wolstena@oscar.cprost.sfu.ca] Sent: Monday, August 09, 1999 1:53 AM To: zope@zope.org Subject: [Zope] Can't start server
I just read the devshed article on Zope and thought I would give it a try on my machine. I'm running:
FreeBSD 2.1 Stable Python 1.5.2 Apache 1.3.6
Zope 2b3
I did not see any errors when I ran "python w_pcgi.py" but when "./start" was run I recieved the following errors:
Traceback (innermost last): File "/usr/local/www/cgi-bin/Zope-2.0.0b3-src/z2.py", line 366, in ? import ZServer File "/usr/local/www/cgi-bin/Zope-2.0.0b3-src/ZServer/__init__.py", line 123, in ? from HTTPServer import zhttp_server, zhttp_handler File "/usr/local/www/cgi-bin/Zope-2.0.0b3-src/ZServer/HTTPServer.py", line 111 , in ? import thread ImportError: No module named thread
If someone could point me in the right direction I would be very happy.
/Paul
- ________________________________________________________________ Paul Wolstenholme Simon Fraser University Centre for Experimental and Constructive Mathematics (CECM) Vancouver, BC Canada
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )