Ben, I recently built the same Zope version and also have 2 Python versions, 1.5.2 and 2.1 on RH Linux 7.1. "ls /usr/bin/py*" gave two instances of python - .../python1.5 and the other .../python2.1 Also there was a /usr/bin/python which was a copy (not symbolic link) of python1.5 So I overwrote that with a copy of python2.1 and the build went fine. I want the default python to be 2.1 anyway so I left it that way. -- Nitin Borwankar Ben Ocean wrote:
Hi; For some reason my new build of Zope-2.4.1 didn't build certain files, including asyncore.py and asyncore.pyc (in ZServer/medusa). I'm suspecting the reason is because I have 2 versions of python running and in order to specify the latest I must type python2.1 at the command prompt. Is there some way to specify this version of python in the build, or does it look for this automatically, or am I missing something else? TIA, BenO
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )