On Thu, 25 Apr 2002, Kilian Koepsell wrote:

> On Thu, Apr 25, 2002 at 11:51:48AM +0100, Stephan Jaeger wrote:
> >
> > 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.

I'm still getting the exact same symptoms as 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).

I have nothing at /sw/lib/python2.1/lib-dynload/select.so,
but I do have a /sw/lib/python2.2/lib-dynload/select.so:

  % find /sw/lib/{python*}/lib-dynload -name 'select*' -print
  /sw/lib/python2.2/lib-dynload/select.so
  %

I suppose the fix isn't anything as obvious as simply copying
or linking the file from the 2.2 tree to the 2.1 tree, eh?

> what does the command
>   ls -l /sw/var/lib/zope/var/Data.fs
> give in your case?

  % ls -la /sw/var/lib/zope/var/
  total 304
  drwxr-xr-x  4 www   admin    264 Apr 25 09:54 .
  drwxr-xr-x  4 root  admin    264 Apr 21 19:59 ..
  -rw-------  1 www   admin  75448 Apr 21 22:21 Data.fs
  -rw-r--r--  1 www   admin  75448 Apr 25 09:49 Data.fs.in

This after re-installing Zope this morning, after removing it yesterday,
and after originally installing it over the weekend. The two files seem
to be identical -- diff & cmp return nothing when comparing them.


--
Chris Devers                                [EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

"More war soon. You know how it is."    -- mnftiu.cc


_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to