[Zope] Asyncore.py

Stefan H. Holek stefan@epy.co.at
Mon, 17 Sep 2001 11:10:37 +0200 (CEST)


On Sun, 16 Sep 2001, 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

2.4.1 does not have an asyncore.py in ZServer/medusa anymore. Someone felt
it was safe to use the asyncore.py coming with python 2.1. It is not!
Your best bet for now is to copy asyncore.py from a 2.3.3 installation.

Stefan