Re: [Zope] problem running Zope

2000-08-14 Thread R. David Murray

On Fri, 11 Aug 2000 [EMAIL PROTECTED] wrote:
 trying to run 'python z2.py" I get an error message saying the
 executable is incompatible with the hardware (obviously!!). So I tried
 to recompile the python source on the new machine and everything seemed

Note that you will also have to recompile the Zope source, since it
does contain some C code as well as a lot of Python code.

 to go through fine. However when trying to run the new executable here
 is the error message I get.
[...]
 File "/optZope-2.1.4-src/Zserver/HTTPServer.py, line 111, in ?
   import thread
 Import Error: No module named thread

Zope requires python to be compiled with thread support.  Rerun
the python configure with --with-threads, redo the make/install,
and see if things work better.

--RDM


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] problem running Zope

2000-08-11 Thread fardin_habibi
 BDY.RTF