On Thu, Apr 25, 2002 at 11:51:48AM +0100, Stephan Jaeger wrote: > The problem to start zope remains: > > stephan@localhost (/dev/ttyp2) ~ > sudo zopectl start > Password: > Starting Zope...Traceback (most recent call last): > File "/sw/sbin/zope-z2", line 478, in ? > import ZServer > File "/sw/lib/zope/ZServer/__init__.py", line 26, in ? > from medusa import asyncore > File "/sw/lib/zope/ZServer/medusa/asyncore.py", line 50, in ? > import select > ImportError: No module named select > >.................................................................................................... > > failed.
hi stephan, the module belongs to python-2.1. actually it is the file /sw/lib/python2.1/lib-dynload/select.so. if i remove it, i get precisely your error message. so, either it is missing on your computer, or zope doesn't find it (which is more likely). what does ls -l /sw/lib/python2.1/lib-dynload/select.so give on your computer? or maybe, it is a problem of permissions. wondering of the user www always exists. what does the command ls -l /sw/var/lib/zope/var/Data.fs give in your case? thanks for your help sorting this out! cheers, kilian _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
