Problem with zserver.sh
IŽm trying to run ZOPE 2.0.1 with SUSE Linux 6.1. I get the following message after having installed the rpmŽs and trying to run zserver.sh : bash-2.02# Traceback (innermost last): File "z2.py", line 367, in ? import ZServer File "/usr/share/zope/ZServer/__init__.py", line 123, in ? from HTTPServer import zhttp_server, zhttp_handler File "/usr/share/zope/ZServer/HTTPServer.py", line 111, in ? import thread ImportError: No module named thread Python 1.5.2 has been installed with the official RPMs. No threading support with Linux (canŽt believe that) ? Any work arounds out there ? Raphael -- Warum schreiben Sie nicht tonal? Sie haben doch Talent ... (R. Strauss zu P. Hindemith) Raphael Volz Netz: www.uni-karlsruhe.de/~ug31/ ePost: ug31@rz.uni-karlsruhe.de
At 01:04 18/10/99 , Raphael Volz wrote:
I´m trying to run ZOPE 2.0.1 with SUSE Linux 6.1. I get the following message after having installed the rpm´s and trying to run zserver.sh : bash-2.02# Traceback (innermost last): File "z2.py", line 367, in ? import ZServer File "/usr/share/zope/ZServer/__init__.py", line 123, in ? from HTTPServer import zhttp_server, zhttp_handler File "/usr/share/zope/ZServer/HTTPServer.py", line 111, in ? import thread ImportError: No module named thread
Python 1.5.2 has been installed with the official RPMs. No threading support with Linux (can´t believe that) ? Any work arounds out there ?
Yeah: Find an RPM that has been compiled with threading. It is absolutely essential. Alternatively you could compile your own. Something I haven't tested, but you might be able to reconfigure and then recompile the RPM package if you have the python-devel RPM as well. The Linux binaries of Zope come with their own, pre-compile python. Maybe you should try that. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
At 1:04 am +0200 18/10/99, Raphael Volz wrote:
Python 1.5.2 has been installed with the official RPMs. No threading support with Linux (can´t believe that) ? Any work arounds out there ?
Raphael
I installed from the binary distribution for Linux-x86 onto a SUSE Linux box last week and had no problems at all. It was fast too (check out the benchmarks I've just posted). hth tone ------ Dr Tony McDonald, FMCC, Networked Learning Environments Project http://nle.ncl.ac.uk/ The Medical School, Newcastle University Tel: +44 191 222 5888 Fingerprint: 3450 876D FA41 B926 D3DD F8C3 F2D0 C3B9 8B38 18A2
participants (3)
-
Martijn Pieters -
Raphael Volz -
Tony McDonald