On Thu, Apr 25, 2002 at 12:09:08PM -0400, Chris Devers wrote:
> 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
>   %
> 

ok, we are getting closer!

i suppose, you have python21 installed?
  dpkg -l python21

this package should contain the file. can you do 
  dpkg -L python21 |grep select

in my case, this gives the following 5 files:
  /sw/lib/python2.1/lib-dynload/select.so
  /sw/lib/python2.1/test/output/test_select
  /sw/lib/python2.1/test/test_select.py
  /sw/lib/python2.1/test/test_select.pyc
  /sw/lib/python2.1/test/test_select.pyo

kilian
  

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

Reply via email to