Re: [Fink-users] Problems to get zope up and running

2002-04-26 Thread Stephan Jaeger
Hi Everybody! Thanks a million for sorting out the problem so quick!!! I am extremely impressed!!! Thanks again, Stephan On Thursday, April 25, 2002, at 10:06 PM, Jeff Whitaker wrote: Chris: OK - I see the problem now. I'm adding a patch to setup.py that adds /sw/include and /sw/lib to

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Kilian Koepsell
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

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Kilian Koepsell
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

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Chris Devers
On Thu, 25 Apr 2002, Kilian Koepsell wrote: ok, we are getting closer! i suppose, you have python21 installed? I should -- doesn't the new Zope package require it? dpkg -l python21 [trimming long lines as needed below] % dpkg -l python21 | grep python ii python21 2.1.3-2

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Kilian Koepsell
On Thu, Apr 25, 2002 at 12:31:17PM -0400, Chris Devers wrote: this package should contain the file. can you do dpkg -L python21 |grep select % dpkg -L python21 |grep select /sw/lib/python2.1/test/output/test_select /sw/lib/python2.1/test/test_select.py

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Chris Devers
On Thu, 25 Apr 2002, Kilian Koepsell wrote: On Thu, Apr 25, 2002 at 12:31:17PM -0400, Chris Devers wrote: % dpkg -L python21 |grep select /sw/lib/python2.1/test/output/test_select /sw/lib/python2.1/test/test_select.py /sw/lib/python2.1/test/test_select.pyc

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Kilian Koepsell
hi chris, The log is here: http://homepage.mac.com/chdevers/fink/python21.txt thanks for the log file. i compared it with mine and it is almost identical. building the select extension fails: building 'select' extension cc -g -O2 -Wall -Wstrict-prototypes -no-cpp-precomp -I.

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Jeff Whitaker
Chris: Apparently python is detecting a sys/poll.h on your system - you can see this line in your build log checking for sys/poll.h... yes I get a no for this, and hence my select.so builds fine. Do you have a bogus poll.h in /usr/include/sys or /usr/local/include/sys? -Jeff On Thu, 25 Apr

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Kilian Koepsell
hi all, On Thu, Apr 25, 2002 at 04:17:07PM -0400, Chris Devers wrote: Barring typos, ok. Results came back immediately (sorry, long lines): % cc -g -O2 -Wall -Wstrict-prototypes -no-cpp-precomp -I. -I/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Pytho\n-2.1.3/./Include

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Chris Devers
On Thu, 25 Apr 2002, Jeff Whitaker wrote: Chris: Apparently python is detecting a sys/poll.h on your system - you can see this line in your build log checking for sys/poll.h... yes I get a no for this, and hence my select.so builds fine. Do you have a bogus poll.h in /usr/include/sys or

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Chris Devers
On Thu, 25 Apr 2002, Kilian Koepsell wrote: On Thu, Apr 25, 2002 at 04:17:07PM -0400, Chris Devers wrote: what does the command dpkg -S poll.h give? % dpkg -S poll.h smlnj-doc: /sw/share/doc/smlnj-doc/doc/SMLofNJ/pages/poll.html libpoll: /sw/include/sys/poll.h % (jeff: i think,

Re: [Fink-users] Problems to get zope up and running

2002-04-25 Thread Jeff Whitaker
Chris: OK - I see the problem now. I'm adding a patch to setup.py that adds /sw/include and /sw/lib to the include and library paths when building modules. Look for a new revision of python21 within the hour. -Jeff On Thu, 25 Apr 2002, Chris Devers wrote: On Thu, 25 Apr 2002, Kilian

[Fink-users] Problems to get zope up and running

2002-04-24 Thread Stephan Jaeger
Hi Everybody, I have two problems to install and start up zope: - The first problem is that python has to be downgraded to version 2.1 Is there any solution for this problem available? The downgrade works fine, so I am not too concerned about that. It is just a bit annoying that I cannot use

Re: [Fink-users] Problems to get zope up and running

2002-04-24 Thread Kilian Koepsell
hi, first of all, what fink version are you using? what does the command fink --version give? what does the command dpkg -l python give? - The first problem is that python has to be downgraded to version 2.1 Is there any solution for this problem available? The downgrade works fine,

Re: [Fink-users] Problems to get zope up and running

2002-04-24 Thread Chris Devers
On Wed, 24 Apr 2002, Stephan Jaeger wrote: - The first problem is that python has to be downgraded to version 2.1 Is there any solution for this problem available? The downgrade works fine, so I am not too concerned about that. It is just a bit annoying that I cannot use the command fink

Re: [Fink-users] Problems to get zope up and running

2002-04-24 Thread Jeff Whitaker
On Wed, 24 Apr 2002, Kilian Koepsell wrote: hi, - about the problem of different packages depending on different versions of python: i think the best way would be to make different packages python2.2 and python2.1. this is the way it is done in the debian distribution. the python